Color spaces of #c9bbdc
RGB | 201 | 187 | 220 |
---|---|---|---|
HSL | 0.74 | 0.32 | 0.80 |
HSV | 265° | 15° | 86° |
CMYK | 0.09 | 0.15 | 0.00 0.14 |
XYZ | 54.7760 | 53.1255 | 75.0774 |
Yxy | 53.1255 | 0.2994 | 0.2903 |
Hunter Lab | 72.8872 | 6.5931 | -10.0505 |
CIE-Lab | 77.9490 | 11.1373 | -14.7093 |
#c9bbdc color RGB value is (201,187,220).
#c9bbdc hex color red value is 201, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c9bbdc hue: 0.74 , saturation: 0.32 and the lightness value of c9bbdc is 0.80.
The process color (four color CMYK) of #c9bbdc color hex is 0.09, 0.15, 0.00, 0.14. Web safe color of #c9bbdc is #cccccc. Color #c9bbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10111011 | 11011100 |
Octal | 311 | 273 | 334 |
Decimal | 201 | 187 | 220 |
Hex | C9 | BB | DC |
Shades of #c9bbdc
Tints of #c9bbdc
RGB Percentages of Color #c9bbdc
CMYK Percentages of Color #c9bbdc
Complementary Color
#c9bbdc | #cedcbb |
#c9bbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9bbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9bbdc Color CSS Codes
.mybgcolor {background-color:#c9bbdc; } .myforecolor {color:#c9bbdc; } .mybordercolor {border:3px solid #c9bbdc; }
#c9bbdc Text Font Color
<p style="color:#c9bbdc">Text here</p>
This sample text font color is #c9bbdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c9bbdc Background Color
<div style="background-color:#c9bbdc">
Div content here</div>
This div background color is #c9bbdc
#c9bbdc Border Color
<div style="border:3px solid #c9bbdc">
Div here</div>
This div border color is #c9bbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,187,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9bbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9bbdc; -webkit-box-shadow: 1px 1px 3px 2px #c9bbdc; box-shadow: 1px 1px 3px 2px #c9bbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,187,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9bbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9bbdc; -webkit-box-shadow: 1px 1px 3px 2px #c9bbdc; box-shadow: 1px 1px 3px 2px #c9bbdc;">
Div content here</div>
This div box has shadow with color #c9bbdc
Comments
No comments written yet.
Please login to write comment.