Shades of Iceberg #D0DFD8
Tints of Iceberg #D0DFD8
RGB
CMYK
RGB Variations
Color information
#D0DFD8 (or 0xD0DFD8) is known color: Iceberg. HEX triplet: D0, DF and D8. RGB value is (208,223,216). Sum of RGB (Red+Green+Blue) = 208+223+216=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFD8 is #2F2027. Grayscale: #D9D9D9. Windows color (decimal): -3088424 or 14213072. OLE color: 14213072.
HSL color Cylindrical-coordinate representation of color #D0DFD8: hue angle of 152º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DFD8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 216 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.13 |
| HSL | 152º | 0.19% | 0.85% | - |
| HSV(B) | 152º | 0.07% | 0.87% | - |
| XYZ | 64.79 | 71.14 | 75.28 | - |
| YUV | 217.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 216 | 0.07 | 0 | 0.03 | 0.13 | 152 | 0.19 | 0.85 |
| Hex | D0 | DF | D8 | 7 | 0 | 3 | D | 98 | 13 | 55 |
| Octal | 320 | 337 | 330 | 7 | 0 | 3 | 15 | 230 | 23 | 125 |
| Binary | 11010000 | 11011111 | 11011000 | 111 | 0 | 11 | 1101 | 10011000 | 10011 | 1010101 |
Color Harmonies of #D0DFD8
Complementary color
Monochromatic Colors of #D0DFD8
Black with #D0DFD8
Text Example
Text Example
White with #D0DFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFD8; }
p { color: rgb(208,223,216); }
H1.HeaderClassName
{
color: #D0DFD8;
}
.AnyTagClassName
{
color: #D0DFD8;
}
</style>
background-color css
<style>
a { background-color: #D0DFD8; }
a { background-color: rgb(208,223,216); }
div.DivClassName
{
background-color: #D0DFD8;
}
.BgClassName
{
background-color: #D0DFD8;
}
</style>
border-color css
<style>
span { border-color: #D0DFD8; }
span { border-color: rgb(208,223,216); }
td.TdClassName
{
border-color: #D0DFD8;
}
.TagClassName
{
border-color: #D0DFD8;
}
</style>