Shades of Iron #CACDCE
Tints of Iron #CACDCE
RGB
CMYK
RGB Variations
Color information
#CACDCE (or 0xCACDCE) is known color: Iron. HEX triplet: CA, CD and CE. RGB value is (202,205,206). Sum of RGB (Red+Green+Blue) = 202+205+206=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 206 - color contains mainly: blue. Hex color #CACDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDCE is #353231. Grayscale: #CCCCCC. Windows color (decimal): -3486258 or 13553098. OLE color: 13553098.
HSL color Cylindrical-coordinate representation of color #CACDCE: hue angle of 195º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACDCE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 205 | 206 | - |
CMYK | 0.02 | 0.00 | 0 | 0.19 |
HSL | 195º | 0.04% | 0.8% | - |
HSV(B) | 195º | 0.02% | 0.81% | - |
XYZ | 57.33 | 60.68 | 67.08 | - |
YUV | 204.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 206 | 0.02 | 0.00 | 0 | 0.19 | 195 | 0.04 | 0.8 |
Hex | CA | CD | CE | 2 | 0 | 0 | 13 | C3 | 4 | 50 |
Octal | 312 | 315 | 316 | 2 | 0 | 0 | 23 | 303 | 4 | 120 |
Binary | 11001010 | 11001101 | 11001110 | 10 | 0 | 0 | 10011 | 11000011 | 100 | 1010000 |
Color Harmonies of #CACDCE
Complementary color
Monochromatic Colors of #CACDCE
Black with #CACDCE
Text Example
Text Example
White with #CACDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDCE; }
p { color: rgb(202,205,206); }
H1.HeaderClassName
{
color: #CACDCE;
}
.AnyTagClassName
{
color: #CACDCE;
}
</style>
background-color css
<style>
a { background-color: #CACDCE; }
a { background-color: rgb(202,205,206); }
div.DivClassName
{
background-color: #CACDCE;
}
.BgClassName
{
background-color: #CACDCE;
}
</style>
border-color css
<style>
span { border-color: #CACDCE; }
span { border-color: rgb(202,205,206); }
td.TdClassName
{
border-color: #CACDCE;
}
.TagClassName
{
border-color: #CACDCE;
}
</style>