Color spaces of #cdcee6
RGB | 205 | 206 | 230 |
---|---|---|---|
HSL | 0.66 | 0.33 | 0.85 |
HSV | 238° | 11° | 90° |
CMYK | 0.11 | 0.10 | 0.00 0.10 |
XYZ | 61.5311 | 62.8349 | 83.7482 |
Yxy | 62.8349 | 0.2957 | 0.3019 |
Hunter Lab | 79.2685 | -0.1616 | -7.1528 |
CIE-Lab | 83.3554 | 4.2796 | -11.9438 |
#cdcee6 color RGB value is (205,206,230).
#cdcee6 hex color red value is 205, green value is 206 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cdcee6 hue: 0.66 , saturation: 0.33 and the lightness value of cdcee6 is 0.85.
The process color (four color CMYK) of #cdcee6 color hex is 0.11, 0.10, 0.00, 0.10. Web safe color of #cdcee6 is #ccccff. Color #cdcee6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11001110 | 11100110 |
Octal | 315 | 316 | 346 |
Decimal | 205 | 206 | 230 |
Hex | CD | CE | E6 |
Shades of #cdcee6
Tints of #cdcee6
RGB Percentages of Color #cdcee6
CMYK Percentages of Color #cdcee6
Complementary Color
#cdcee6 | #e6e5cd |
#cdcee6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdcee6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdcee6 Color CSS Codes
.mybgcolor {background-color:#cdcee6; } .myforecolor {color:#cdcee6; } .mybordercolor {border:3px solid #cdcee6; }
#cdcee6 Text Font Color
<p style="color:#cdcee6">Text here</p>
This sample text font color is #cdcee6
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.
#cdcee6 Background Color
<div style="background-color:#cdcee6">
Div content here</div>
This div background color is #cdcee6
#cdcee6 Border Color
<div style="border:3px solid #cdcee6">
Div here</div>
This div border color is #cdcee6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,206,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdcee6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdcee6; -webkit-box-shadow: 1px 1px 3px 2px #cdcee6; box-shadow: 1px 1px 3px 2px #cdcee6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,206,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdcee6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcee6; -webkit-box-shadow: 1px 1px 3px 2px #cdcee6; box-shadow: 1px 1px 3px 2px #cdcee6;">
Div content here</div>
This div box has shadow with color #cdcee6
Comments
No comments written yet.
Please login to write comment.