Shades of Iceberg #D9DEDC
Tints of Iceberg #D9DEDC
RGB
CMYK
RGB Variations
Color information
#D9DEDC (or 0xD9DEDC) is known color: Iceberg. HEX triplet: D9, DE and DC. RGB value is (217,222,220). Sum of RGB (Red+Green+Blue) = 217+222+220=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEDC is #262123. Grayscale: #DCDCDC. Windows color (decimal): -2498852 or 14474969. OLE color: 14474969.
HSL color Cylindrical-coordinate representation of color #D9DEDC: hue angle of 156º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DEDC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 222 | 220 | - |
CMYK | 0.02 | 0 | 0.01 | 0.13 |
HSL | 156º | 0.07% | 0.86% | - |
HSV(B) | 156º | 0.02% | 0.87% | - |
XYZ | 67.65 | 72.16 | 78.07 | - |
YUV | 220.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 222 | 220 | 0.02 | 0 | 0.01 | 0.13 | 156 | 0.07 | 0.86 |
Hex | D9 | DE | DC | 2 | 0 | 1 | D | 9C | 7 | 56 |
Octal | 331 | 336 | 334 | 2 | 0 | 1 | 15 | 234 | 7 | 126 |
Binary | 11011001 | 11011110 | 11011100 | 10 | 0 | 1 | 1101 | 10011100 | 111 | 1010110 |
Color Harmonies of #D9DEDC
Complementary color
Monochromatic Colors of #D9DEDC
Black with #D9DEDC
Text Example
Text Example
White with #D9DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEDC; }
p { color: rgb(217,222,220); }
H1.HeaderClassName
{
color: #D9DEDC;
}
.AnyTagClassName
{
color: #D9DEDC;
}
</style>
background-color css
<style>
a { background-color: #D9DEDC; }
a { background-color: rgb(217,222,220); }
div.DivClassName
{
background-color: #D9DEDC;
}
.BgClassName
{
background-color: #D9DEDC;
}
</style>
border-color css
<style>
span { border-color: #D9DEDC; }
span { border-color: rgb(217,222,220); }
td.TdClassName
{
border-color: #D9DEDC;
}
.TagClassName
{
border-color: #D9DEDC;
}
</style>