Shades of Iron #CCD0D0
Tints of Iron #CCD0D0
RGB
CMYK
RGB Variations
Color information
#CCD0D0 (or 0xCCD0D0) is known color: Iron. HEX triplet: CC, D0 and D0. RGB value is (204,208,208). Sum of RGB (Red+Green+Blue) = 204+208+208=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #CCD0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D0 is #332F2F. Grayscale: #CECECE. Windows color (decimal): -3354416 or 13684940. OLE color: 13684940.
HSL color Cylindrical-coordinate representation of color #CCD0D0: hue angle of 180º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCD0D0 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 208 | 208 | - |
CMYK | 0.02 | 0 | 0 | 0.18 |
HSL | 180º | 0.04% | 0.81% | - |
HSV(B) | 180º | 0.02% | 0.82% | - |
XYZ | 58.84 | 62.5 | 68.64 | - |
YUV | 206.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 208 | 208 | 0.02 | 0 | 0 | 0.18 | 180 | 0.04 | 0.81 |
Hex | CC | D0 | D0 | 2 | 0 | 0 | 12 | B4 | 4 | 51 |
Octal | 314 | 320 | 320 | 2 | 0 | 0 | 22 | 264 | 4 | 121 |
Binary | 11001100 | 11010000 | 11010000 | 10 | 0 | 0 | 10010 | 10110100 | 100 | 1010001 |
Color Harmonies of #CCD0D0
Complementary color
Monochromatic Colors of #CCD0D0
Black with #CCD0D0
Text Example
Text Example
White with #CCD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0D0; }
p { color: rgb(204,208,208); }
H1.HeaderClassName
{
color: #CCD0D0;
}
.AnyTagClassName
{
color: #CCD0D0;
}
</style>
background-color css
<style>
a { background-color: #CCD0D0; }
a { background-color: rgb(204,208,208); }
div.DivClassName
{
background-color: #CCD0D0;
}
.BgClassName
{
background-color: #CCD0D0;
}
</style>
border-color css
<style>
span { border-color: #CCD0D0; }
span { border-color: rgb(204,208,208); }
td.TdClassName
{
border-color: #CCD0D0;
}
.TagClassName
{
border-color: #CCD0D0;
}
</style>