Shades of Iron #C2CED2
Tints of Iron #C2CED2
RGB
CMYK
RGB Variations
Color information
#C2CED2 (or 0xC2CED2) is known color: Iron. HEX triplet: C2, CE and D2. RGB value is (194,206,210). Sum of RGB (Red+Green+Blue) = 194+206+210=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CED2 is #3D312D. Grayscale: #CACACA. Windows color (decimal): -4010286 or 13815490. OLE color: 13815490.
HSL color Cylindrical-coordinate representation of color #C2CED2: hue angle of 195º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CED2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 206 | 210 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.18 |
| HSL | 195º | 0.15% | 0.79% | - |
| HSV(B) | 195º | 0.08% | 0.82% | - |
| XYZ | 55.95 | 60.27 | 69.66 | - |
| YUV | 202.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 210 | 0.08 | 0.02 | 0 | 0.18 | 195 | 0.15 | 0.79 |
| Hex | C2 | CE | D2 | 8 | 2 | 0 | 12 | C3 | F | 4F |
| Octal | 302 | 316 | 322 | 10 | 2 | 0 | 22 | 303 | 17 | 117 |
| Binary | 11000010 | 11001110 | 11010010 | 1000 | 10 | 0 | 10010 | 11000011 | 1111 | 1001111 |
Color Harmonies of #C2CED2
Complementary color
Monochromatic Colors of #C2CED2
Black with #C2CED2
Text Example
Text Example
White with #C2CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CED2; }
p { color: rgb(194,206,210); }
H1.HeaderClassName
{
color: #C2CED2;
}
.AnyTagClassName
{
color: #C2CED2;
}
</style>
background-color css
<style>
a { background-color: #C2CED2; }
a { background-color: rgb(194,206,210); }
div.DivClassName
{
background-color: #C2CED2;
}
.BgClassName
{
background-color: #C2CED2;
}
</style>
border-color css
<style>
span { border-color: #C2CED2; }
span { border-color: rgb(194,206,210); }
td.TdClassName
{
border-color: #C2CED2;
}
.TagClassName
{
border-color: #C2CED2;
}
</style>