Shades of Iceberg #D0DDD9
Tints of Iceberg #D0DDD9
RGB
CMYK
RGB Variations
Color information
#D0DDD9 (or 0xD0DDD9) is known color: Iceberg. HEX triplet: D0, DD and D9. RGB value is (208,221,217). Sum of RGB (Red+Green+Blue) = 208+221+217=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDD9 is #2F2226. Grayscale: #D8D8D8. Windows color (decimal): -3088935 or 14278096. OLE color: 14278096.
HSL color Cylindrical-coordinate representation of color #D0DDD9: hue angle of 161.54º degrees, saturation: 0.16, 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 #D0DDD9 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 217 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.13 |
| HSL | 161.54º | 0.16% | 0.84% | - |
| HSV(B) | 161.54º | 0.06% | 0.87% | - |
| XYZ | 64.39 | 70.13 | 75.79 | - |
| YUV | 216.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 217 | 0.06 | 0 | 0.02 | 0.13 | 161.54 | 0.16 | 0.84 |
| Hex | D0 | DD | D9 | 6 | 0 | 2 | D | A2 | 10 | 54 |
| Octal | 320 | 335 | 331 | 6 | 0 | 2 | 15 | 242 | 20 | 124 |
| Binary | 11010000 | 11011101 | 11011001 | 110 | 0 | 10 | 1101 | 10100010 | 10000 | 1010100 |
Color Harmonies of #D0DDD9
Complementary color
Monochromatic Colors of #D0DDD9
Black with #D0DDD9
Text Example
Text Example
White with #D0DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDD9; }
p { color: rgb(208,221,217); }
H1.HeaderClassName
{
color: #D0DDD9;
}
.AnyTagClassName
{
color: #D0DDD9;
}
</style>
background-color css
<style>
a { background-color: #D0DDD9; }
a { background-color: rgb(208,221,217); }
div.DivClassName
{
background-color: #D0DDD9;
}
.BgClassName
{
background-color: #D0DDD9;
}
</style>
border-color css
<style>
span { border-color: #D0DDD9; }
span { border-color: rgb(208,221,217); }
td.TdClassName
{
border-color: #D0DDD9;
}
.TagClassName
{
border-color: #D0DDD9;
}
</style>