Color spaces of #cecbdb
RGB | 206 | 203 | 219 |
---|---|---|---|
HSL | 0.70 | 0.18 | 0.83 |
HSV | 251° | 7° | 86° |
CMYK | 0.06 | 0.07 | 0.00 0.14 |
XYZ | 59.5957 | 60.9482 | 75.6410 |
Yxy | 60.9482 | 0.3038 | 0.3107 |
Hunter Lab | 78.0693 | -0.3600 | -2.7973 |
CIE-Lab | 82.3509 | 4.0262 | -7.5610 |
#cecbdb color RGB value is (206,203,219).
#cecbdb hex color red value is 206, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cecbdb hue: 0.70 , saturation: 0.18 and the lightness value of cecbdb is 0.83.
The process color (four color CMYK) of #cecbdb color hex is 0.06, 0.07, 0.00, 0.14. Web safe color of #cecbdb is #cccccc. Color #cecbdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001011 | 11011011 |
Octal | 316 | 313 | 333 |
Decimal | 206 | 203 | 219 |
Hex | CE | CB | DB |
Shades of #cecbdb
Tints of #cecbdb
RGB Percentages of Color #cecbdb
CMYK Percentages of Color #cecbdb
Complementary Color
#cecbdb | #d8dbcb |
#cecbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecbdb Color CSS Codes
.mybgcolor {background-color:#cecbdb; } .myforecolor {color:#cecbdb; } .mybordercolor {border:3px solid #cecbdb; }
#cecbdb Text Font Color
<p style="color:#cecbdb">Text here</p>
This sample text font color is #cecbdb
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.
#cecbdb Background Color
<div style="background-color:#cecbdb">
Div content here</div>
This div background color is #cecbdb
#cecbdb Border Color
<div style="border:3px solid #cecbdb">
Div here</div>
This div border color is #cecbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,203,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecbdb; -webkit-box-shadow: 1px 1px 3px 2px #cecbdb; box-shadow: 1px 1px 3px 2px #cecbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,203,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cecbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecbdb; -webkit-box-shadow: 1px 1px 3px 2px #cecbdb; box-shadow: 1px 1px 3px 2px #cecbdb;">
Div content here</div>
This div box has shadow with color #cecbdb
Comments
No comments written yet.
Please login to write comment.