Shades of Iron #CCCECF
Tints of Iron #CCCECF
RGB
CMYK
RGB Variations
Color information
#CCCECF (or 0xCCCECF) is known color: Iron. HEX triplet: CC, CE and CF. RGB value is (204,206,207). Sum of RGB (Red+Green+Blue) = 204+206+207=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCECF is #333130. Grayscale: #CDCDCD. Windows color (decimal): -3354929 or 13618892. OLE color: 13618892.
HSL color Cylindrical-coordinate representation of color #CCCECF: hue angle of 200º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCECF is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 206 | 207 | - |
CMYK | 0.01 | 0.00 | 0 | 0.19 |
HSL | 200º | 0.03% | 0.81% | - |
HSV(B) | 200º | 0.01% | 0.81% | - |
XYZ | 58.24 | 61.48 | 67.83 | - |
YUV | 205.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 207 | 0.01 | 0.00 | 0 | 0.19 | 200 | 0.03 | 0.81 |
Hex | CC | CE | CF | 1 | 0 | 0 | 13 | C8 | 3 | 51 |
Octal | 314 | 316 | 317 | 1 | 0 | 0 | 23 | 310 | 3 | 121 |
Binary | 11001100 | 11001110 | 11001111 | 1 | 0 | 0 | 10011 | 11001000 | 11 | 1010001 |
Color Harmonies of #CCCECF
Complementary color
Monochromatic Colors of #CCCECF
Black with #CCCECF
Text Example
Text Example
White with #CCCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCECF; }
p { color: rgb(204,206,207); }
H1.HeaderClassName
{
color: #CCCECF;
}
.AnyTagClassName
{
color: #CCCECF;
}
</style>
background-color css
<style>
a { background-color: #CCCECF; }
a { background-color: rgb(204,206,207); }
div.DivClassName
{
background-color: #CCCECF;
}
.BgClassName
{
background-color: #CCCECF;
}
</style>
border-color css
<style>
span { border-color: #CCCECF; }
span { border-color: rgb(204,206,207); }
td.TdClassName
{
border-color: #CCCECF;
}
.TagClassName
{
border-color: #CCCECF;
}
</style>