Shades of Iron #CDCECE
Tints of Iron #CDCECE
RGB
CMYK
RGB Variations
Color information
#CDCECE (or 0xCDCECE) is known color: Iron. HEX triplet: CD, CE and CE. RGB value is (205,206,206). Sum of RGB (Red+Green+Blue) = 205+206+206=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #CDCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCECE is #323131. Grayscale: #CDCDCD. Windows color (decimal): -3289394 or 13553357. OLE color: 13553357.
HSL color Cylindrical-coordinate representation of color #CDCECE: hue angle of 180º degrees, saturation: 0.01, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CDCECE is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 206 | 206 | - |
CMYK | 0.00 | 0 | 0 | 0.19 |
HSL | 180º | 0.01% | 0.81% | - |
HSV(B) | 180º | 0% | 0.81% | - |
XYZ | 58.39 | 61.58 | 67.2 | - |
YUV | 205.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 206 | 0.00 | 0 | 0 | 0.19 | 180 | 0.01 | 0.81 |
Hex | CD | CE | CE | 0 | 0 | 0 | 13 | B4 | 1 | 51 |
Octal | 315 | 316 | 316 | 0 | 0 | 0 | 23 | 264 | 1 | 121 |
Binary | 11001101 | 11001110 | 11001110 | 0 | 0 | 0 | 10011 | 10110100 | 1 | 1010001 |
Color Harmonies of #CDCECE
Complementary color
Monochromatic Colors of #CDCECE
Black with #CDCECE
Text Example
Text Example
White with #CDCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCECE; }
p { color: rgb(205,206,206); }
H1.HeaderClassName
{
color: #CDCECE;
}
.AnyTagClassName
{
color: #CDCECE;
}
</style>
background-color css
<style>
a { background-color: #CDCECE; }
a { background-color: rgb(205,206,206); }
div.DivClassName
{
background-color: #CDCECE;
}
.BgClassName
{
background-color: #CDCECE;
}
</style>
border-color css
<style>
span { border-color: #CDCECE; }
span { border-color: rgb(205,206,206); }
td.TdClassName
{
border-color: #CDCECE;
}
.TagClassName
{
border-color: #CDCECE;
}
</style>