Shades of Iceberg #D2DDD8
Tints of Iceberg #D2DDD8
RGB
CMYK
RGB Variations
Color information
#D2DDD8 (or 0xD2DDD8) is known color: Iceberg. HEX triplet: D2, DD and D8. RGB value is (210,221,216). Sum of RGB (Red+Green+Blue) = 210+221+216=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDD8 is #2D2227. Grayscale: #D9D9D9. Windows color (decimal): -2957864 or 14212562. OLE color: 14212562.
HSL color Cylindrical-coordinate representation of color #D2DDD8: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DDD8 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 216 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.13 |
| HSL | 152.73º | 0.14% | 0.85% | - |
| HSV(B) | 152.73º | 0.05% | 0.87% | - |
| XYZ | 64.83 | 70.37 | 75.13 | - |
| YUV | 217.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 216 | 0.05 | 0 | 0.02 | 0.13 | 152.73 | 0.14 | 0.85 |
| Hex | D2 | DD | D8 | 5 | 0 | 2 | D | 99 | E | 55 |
| Octal | 322 | 335 | 330 | 5 | 0 | 2 | 15 | 231 | 16 | 125 |
| Binary | 11010010 | 11011101 | 11011000 | 101 | 0 | 10 | 1101 | 10011001 | 1110 | 1010101 |
Color Harmonies of #D2DDD8
Complementary color
Monochromatic Colors of #D2DDD8
Black with #D2DDD8
Text Example
Text Example
White with #D2DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDD8; }
p { color: rgb(210,221,216); }
H1.HeaderClassName
{
color: #D2DDD8;
}
.AnyTagClassName
{
color: #D2DDD8;
}
</style>
background-color css
<style>
a { background-color: #D2DDD8; }
a { background-color: rgb(210,221,216); }
div.DivClassName
{
background-color: #D2DDD8;
}
.BgClassName
{
background-color: #D2DDD8;
}
</style>
border-color css
<style>
span { border-color: #D2DDD8; }
span { border-color: rgb(210,221,216); }
td.TdClassName
{
border-color: #D2DDD8;
}
.TagClassName
{
border-color: #D2DDD8;
}
</style>