Color spaces of #cccedd
RGB | 204 | 206 | 221 |
---|---|---|---|
HSL | 0.65 | 0.20 | 0.83 |
HSV | 233° | 8° | 87° |
CMYK | 0.08 | 0.07 | 0.00 0.13 |
XYZ | 60.0243 | 62.2004 | 77.2489 |
Yxy | 62.2004 | 0.3009 | 0.3118 |
Hunter Lab | 78.8672 | -2.1648 | -2.8663 |
CIE-Lab | 83.0199 | 2.1661 | -7.6538 |
#cccedd color RGB value is (204,206,221).
#cccedd hex color red value is 204, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cccedd hue: 0.65 , saturation: 0.20 and the lightness value of cccedd is 0.83.
The process color (four color CMYK) of #cccedd color hex is 0.08, 0.07, 0.00, 0.13. Web safe color of #cccedd is #cccccc. Color #cccedd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001110 | 11011101 |
Octal | 314 | 316 | 335 |
Decimal | 204 | 206 | 221 |
Hex | CC | CE | DD |
Shades of #cccedd
Tints of #cccedd
RGB Percentages of Color #cccedd
CMYK Percentages of Color #cccedd
Complementary Color
#cccedd | #dddbcc |
#cccedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccedd Color CSS Codes
.mybgcolor {background-color:#cccedd; } .myforecolor {color:#cccedd; } .mybordercolor {border:3px solid #cccedd; }
#cccedd Text Font Color
<p style="color:#cccedd">Text here</p>
This sample text font color is #cccedd
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.
#cccedd Background Color
<div style="background-color:#cccedd">
Div content here</div>
This div background color is #cccedd
#cccedd Border Color
<div style="border:3px solid #cccedd">
Div here</div>
This div border color is #cccedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,206,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccedd; -webkit-box-shadow: 1px 1px 3px 2px #cccedd; box-shadow: 1px 1px 3px 2px #cccedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,206,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccedd; -webkit-box-shadow: 1px 1px 3px 2px #cccedd; box-shadow: 1px 1px 3px 2px #cccedd;">
Div content here</div>
This div box has shadow with color #cccedd
Comments
No comments written yet.
Please login to write comment.