Color spaces of #cccdda
RGB | 204 | 205 | 218 |
---|---|---|---|
HSL | 0.65 | 0.16 | 0.83 |
HSV | 236° | 6° | 85° |
CMYK | 0.06 | 0.06 | 0.00 0.15 |
XYZ | 59.3881 | 61.5620 | 75.0822 |
Yxy | 61.5620 | 0.3030 | 0.3140 |
Hunter Lab | 78.4615 | -2.1995 | -1.8134 |
CIE-Lab | 82.6799 | 2.1104 | -6.5564 |
#cccdda color RGB value is (204,205,218).
#cccdda hex color red value is 204, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cccdda hue: 0.65 , saturation: 0.16 and the lightness value of cccdda is 0.83.
The process color (four color CMYK) of #cccdda color hex is 0.06, 0.06, 0.00, 0.15. Web safe color of #cccdda is #cccccc. Color #cccdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001101 | 11011010 |
Octal | 314 | 315 | 332 |
Decimal | 204 | 205 | 218 |
Hex | CC | CD | DA |
Shades of #cccdda
Tints of #cccdda
RGB Percentages of Color #cccdda
CMYK Percentages of Color #cccdda
Complementary Color
#cccdda | #dad9cc |
#cccdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccdda Color CSS Codes
.mybgcolor {background-color:#cccdda; } .myforecolor {color:#cccdda; } .mybordercolor {border:3px solid #cccdda; }
#cccdda Text Font Color
<p style="color:#cccdda">Text here</p>
This sample text font color is #cccdda
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.
#cccdda Background Color
<div style="background-color:#cccdda">
Div content here</div>
This div background color is #cccdda
#cccdda Border Color
<div style="border:3px solid #cccdda">
Div here</div>
This div border color is #cccdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,205,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccdda; -webkit-box-shadow: 1px 1px 3px 2px #cccdda; box-shadow: 1px 1px 3px 2px #cccdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,205,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccdda; -webkit-box-shadow: 1px 1px 3px 2px #cccdda; box-shadow: 1px 1px 3px 2px #cccdda;">
Div content here</div>
This div box has shadow with color #cccdda
Comments
No comments written yet.
Please login to write comment.