Shades of Iceberg #D0DED9
Tints of Iceberg #D0DED9
RGB
CMYK
RGB Variations
Color information
#D0DED9 (or 0xD0DED9) is known color: Iceberg. HEX triplet: D0, DE and D9. RGB value is (208,222,217). Sum of RGB (Red+Green+Blue) = 208+222+217=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DED9 is #2F2126. Grayscale: #D9D9D9. Windows color (decimal): -3088679 or 14278352. OLE color: 14278352.
HSL color Cylindrical-coordinate representation of color #D0DED9: hue angle of 158.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DED9 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 217 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.13 |
| HSL | 158.57º | 0.18% | 0.84% | - |
| HSV(B) | 158.57º | 0.06% | 0.87% | - |
| XYZ | 64.66 | 70.66 | 75.88 | - |
| YUV | 217.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 217 | 0.06 | 0 | 0.02 | 0.13 | 158.57 | 0.18 | 0.84 |
| Hex | D0 | DE | D9 | 6 | 0 | 2 | D | 9F | 12 | 54 |
| Octal | 320 | 336 | 331 | 6 | 0 | 2 | 15 | 237 | 22 | 124 |
| Binary | 11010000 | 11011110 | 11011001 | 110 | 0 | 10 | 1101 | 10011111 | 10010 | 1010100 |
Color Harmonies of #D0DED9
Complementary color
Monochromatic Colors of #D0DED9
Black with #D0DED9
Text Example
Text Example
White with #D0DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DED9; }
p { color: rgb(208,222,217); }
H1.HeaderClassName
{
color: #D0DED9;
}
.AnyTagClassName
{
color: #D0DED9;
}
</style>
background-color css
<style>
a { background-color: #D0DED9; }
a { background-color: rgb(208,222,217); }
div.DivClassName
{
background-color: #D0DED9;
}
.BgClassName
{
background-color: #D0DED9;
}
</style>
border-color css
<style>
span { border-color: #D0DED9; }
span { border-color: rgb(208,222,217); }
td.TdClassName
{
border-color: #D0DED9;
}
.TagClassName
{
border-color: #D0DED9;
}
</style>