Shades of Iron #CBD1D1
Tints of Iron #CBD1D1
RGB
CMYK
RGB Variations
Color information
#CBD1D1 (or 0xCBD1D1) is known color: Iron. HEX triplet: CB, D1 and D1. RGB value is (203,209,209). Sum of RGB (Red+Green+Blue) = 203+209+209=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #CBD1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1D1 is #342E2E. Grayscale: #CFCFCF. Windows color (decimal): -3419695 or 13750731. OLE color: 13750731.
HSL color Cylindrical-coordinate representation of color #CBD1D1: hue angle of 180º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBD1D1 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 209 | 209 | - |
CMYK | 0.03 | 0 | 0 | 0.18 |
HSL | 180º | 0.06% | 0.81% | - |
HSV(B) | 180º | 0.03% | 0.82% | - |
XYZ | 58.94 | 62.9 | 69.36 | - |
YUV | 207.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 209 | 209 | 0.03 | 0 | 0 | 0.18 | 180 | 0.06 | 0.81 |
Hex | CB | D1 | D1 | 3 | 0 | 0 | 12 | B4 | 6 | 51 |
Octal | 313 | 321 | 321 | 3 | 0 | 0 | 22 | 264 | 6 | 121 |
Binary | 11001011 | 11010001 | 11010001 | 11 | 0 | 0 | 10010 | 10110100 | 110 | 1010001 |
Color Harmonies of #CBD1D1
Complementary color
Monochromatic Colors of #CBD1D1
Black with #CBD1D1
Text Example
Text Example
White with #CBD1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1D1; }
p { color: rgb(203,209,209); }
H1.HeaderClassName
{
color: #CBD1D1;
}
.AnyTagClassName
{
color: #CBD1D1;
}
</style>
background-color css
<style>
a { background-color: #CBD1D1; }
a { background-color: rgb(203,209,209); }
div.DivClassName
{
background-color: #CBD1D1;
}
.BgClassName
{
background-color: #CBD1D1;
}
</style>
border-color css
<style>
span { border-color: #CBD1D1; }
span { border-color: rgb(203,209,209); }
td.TdClassName
{
border-color: #CBD1D1;
}
.TagClassName
{
border-color: #CBD1D1;
}
</style>