Shades of Iceberg #DCDFDE
Tints of Iceberg #DCDFDE
RGB
CMYK
RGB Variations
Color information
#DCDFDE (or 0xDCDFDE) is known color: Iceberg. HEX triplet: DC, DF and DE. RGB value is (220,223,222). Sum of RGB (Red+Green+Blue) = 220+223+222=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFDE is #232021. Grayscale: #DDDDDD. Windows color (decimal): -2301986 or 14606300. OLE color: 14606300.
HSL color Cylindrical-coordinate representation of color #DCDFDE: hue angle of 160º degrees, saturation: 0.04, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCDFDE is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 222 | - |
CMYK | 0.01 | 0 | 0.00 | 0.13 |
HSL | 160º | 0.04% | 0.87% | - |
HSV(B) | 160º | 0.01% | 0.87% | - |
XYZ | 69.09 | 73.26 | 79.61 | - |
YUV | 221.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 222 | 0.01 | 0 | 0.00 | 0.13 | 160 | 0.04 | 0.87 |
Hex | DC | DF | DE | 1 | 0 | 0 | D | A0 | 4 | 57 |
Octal | 334 | 337 | 336 | 1 | 0 | 0 | 15 | 240 | 4 | 127 |
Binary | 11011100 | 11011111 | 11011110 | 1 | 0 | 0 | 1101 | 10100000 | 100 | 1010111 |
Color Harmonies of #DCDFDE
Complementary color
Monochromatic Colors of #DCDFDE
Black with #DCDFDE
Text Example
Text Example
White with #DCDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFDE; }
p { color: rgb(220,223,222); }
H1.HeaderClassName
{
color: #DCDFDE;
}
.AnyTagClassName
{
color: #DCDFDE;
}
</style>
background-color css
<style>
a { background-color: #DCDFDE; }
a { background-color: rgb(220,223,222); }
div.DivClassName
{
background-color: #DCDFDE;
}
.BgClassName
{
background-color: #DCDFDE;
}
</style>
border-color css
<style>
span { border-color: #DCDFDE; }
span { border-color: rgb(220,223,222); }
td.TdClassName
{
border-color: #DCDFDE;
}
.TagClassName
{
border-color: #DCDFDE;
}
</style>