Color spaces of #ccced5
RGB | 204 | 206 | 213 |
---|---|---|---|
HSL | 0.63 | 0.10 | 0.82 |
HSV | 227° | 4° | 84° |
CMYK | 0.04 | 0.03 | 0.00 0.16 |
XYZ | 58.9834 | 61.7841 | 71.7676 |
Yxy | 61.7841 | 0.3064 | 0.3209 |
Hunter Lab | 78.6029 | -3.6090 | 0.8878 |
CIE-Lab | 82.7985 | 0.6263 | -3.7126 |
#ccced5 color RGB value is (204,206,213).
#ccced5 hex color red value is 204, green value is 206 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ccced5 hue: 0.63 , saturation: 0.10 and the lightness value of ccced5 is 0.82.
The process color (four color CMYK) of #ccced5 color hex is 0.04, 0.03, 0.00, 0.16. Web safe color of #ccced5 is #cccccc. Color #ccced5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001110 | 11010101 |
Octal | 314 | 316 | 325 |
Decimal | 204 | 206 | 213 |
Hex | CC | CE | D5 |
Shades of #ccced5
Tints of #ccced5
RGB Percentages of Color #ccced5
CMYK Percentages of Color #ccced5
Complementary Color
#ccced5 | #d5d3cc |
#ccced5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccced5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccced5 Color CSS Codes
.mybgcolor {background-color:#ccced5; } .myforecolor {color:#ccced5; } .mybordercolor {border:3px solid #ccced5; }
#ccced5 Text Font Color
<p style="color:#ccced5">Text here</p>
This sample text font color is #ccced5
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.
#ccced5 Background Color
<div style="background-color:#ccced5">
Div content here</div>
This div background color is #ccced5
#ccced5 Border Color
<div style="border:3px solid #ccced5">
Div here</div>
This div border color is #ccced5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,206,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccced5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccced5; -webkit-box-shadow: 1px 1px 3px 2px #ccced5; box-shadow: 1px 1px 3px 2px #ccced5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,206,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccced5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccced5; -webkit-box-shadow: 1px 1px 3px 2px #ccced5; box-shadow: 1px 1px 3px 2px #ccced5;">
Div content here</div>
This div box has shadow with color #ccced5
Comments
No comments written yet.
Please login to write comment.