crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c9bbda hex color - Violet - Cool color - Information

#c9bbda hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c9bbda Color code in RGB color code model is created after adding 78.82% red color, 73.33% green color and 85.49% blue color. Hex #c9bbda Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 14% magenta, 0% yellow and 15% black.

Hex #c9bbda color code is between #ccaadd web safe hex color code and #bbcccc web safe hex color code. #ccaadd is the nearest web safe color code. You can see here many more shades of #c9bbda color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec9bbda#c9bbda
RGB Decimal201, 187, 218rgb(201, 187, 218)
RGB Percent79%, 73%, 85%rgb(79%, 73%, 85%)
CSS RGBa201, 187, 218,1rgba(201,187,218,1)
CMYK Modelcmyk(8%,14%,0%,15%)
HSL Color Space267,30% ,79%hsl(267,30% ,79%)
HSV Color Space267°, 14%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110010011011101111011010
Octal311273332
Decimal201187218
Hexc9bbda

Different shades of #c9bbda color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c9bbda
#e3dcec
Dark Shade of #c9bbda
#af9ac8
Saturated Shade of #c9bbda
#c8b6df
Desaturated Shade of #c9bbda
#cac0d5
Grey scale Shade of #c9bbda
#cacaca
Brighten Shade
#e2d4f3
Most Readable Shade
#000000

Shades of #c9bbda color code

Generate more color scales with scales (color stack) generator.

#c9bbda
#b2a6c1
#9c91a9
#867c91
#6f6779
#595360
#433e48
#2c2930
#161418
#000000

Similar Color like #c9bbda color

Find visually similar hex color codes nearing to #c9bbda hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cabcdb
#cbbddc
#ccbedd
#cdbfde
#cec0df
#cfc1e0
#d0c2e1
#d1c3e2
#d2c4e3
#d3c5e4
#d4c6e5
#d5c7e6
#d6c8e7
#d7c9e8
#c8bad9
#c7b9d8
#c6b8d7
#c5b7d6
#c4b6d5
#c3b5d4
#c2b4d3
#c1b3d2
#c0b2d1
#bfb1d0
#beb0cf
#bdafce
#bcaecd
#bbadcc

Monochromatic Color with #c9bbda

#c9bbda
#050505
#2c2930
#534e5a
#7b7285
#a297af

Tints of #c9bbda Color

#c9bbda
#cfc2de
#d5cae2
#dbd1e6
#e1d9ea
#e7e0ee
#ede8f2
#f3eff6
#f9f7fa
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c9bbda
#ccdabb

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c9bbda
#dad9bb
#bcdabb

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bdbbda
#c3bbda
#c9bbda
#cfbbda
#d5bbda

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c9bbda
#dac9bb
#bbdac9

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c9bbda
#dabbbc
#ccdabb
#bbdad8

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c9bbda
#ccdabb
#bcdabb
#d9bbda

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c9bbda Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c9bbda Color Code Preview on Black Background Color

This is how #c9bbda Color will look on black background color. Color contrast ratio is 11.60

#c9bbda in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c9bbda">Your Example Paragraph content text in with font color #c9bbda </p>

Your Example Paragraph content text in with font color #c9bbda

HTML with inline CSS

<div style="color:#c9bbda">Your Paragraph text in with font color #c9bbda </div>

Your Example Paragraph content text in with font color #c9bbda

#c9bbda color code is use for CSS Background Color

Background color for the above div is #c9bbda

HTML with inline CSS

<div style="background-color:#c9bbda;"></div>

#c9bbda color code is use for CSS Border Color

CSS Border color for the above div is #c9bbda

HTML with inline CSS

<div style="border:5px solid #c9bbda;"></div>

CSS Border Left color for the above div is #c9bbda

HTML with inline CSS

<div style="border-left:5px solid #c9bbda;"></div>

CSS Border Right color for the above div is #c9bbda

HTML with inline CSS

<div style="border-right:5px solid #c9bbda;"></div>

CSS Border Bottom color for the above div is #c9bbda

HTML with inline CSS

<div style="border-bottom:5px solid #c9bbda;"></div>

CSS Border Top color for the above div is #c9bbda

HTML with inline CSS

<div style="border-top:5px solid #c9bbda;"></div>

#c9bbda hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c9bbda; } .examplecolorclass {color:#c9bbda; } .examplebordercolor {border:3px solid #c9bbda; }

#c9bbda Color code Preview on White Background

This is how #c9bbda Color code will look on white background color. Color contrast ratio is 1.81

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c9bbda; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9bbda; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.