Shades of Iceberg #D2DBD9
Tints of Iceberg #D2DBD9
RGB
CMYK
RGB Variations
Color information
#D2DBD9 (or 0xD2DBD9) is known color: Iceberg. HEX triplet: D2, DB and D9. RGB value is (210,219,217). Sum of RGB (Red+Green+Blue) = 210+219+217=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBD9 is #2D2426. Grayscale: #D8D8D8. Windows color (decimal): -2958375 or 14277586. OLE color: 14277586.
HSL color Cylindrical-coordinate representation of color #D2DBD9: hue angle of 166.67º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2DBD9 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 217 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.14 |
| HSL | 166.67º | 0.11% | 0.84% | - |
| HSV(B) | 166.67º | 0.04% | 0.86% | - |
| XYZ | 64.43 | 69.37 | 75.64 | - |
| YUV | 216.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 217 | 0.04 | 0 | 0.01 | 0.14 | 166.67 | 0.11 | 0.84 |
| Hex | D2 | DB | D9 | 4 | 0 | 1 | E | A7 | B | 54 |
| Octal | 322 | 333 | 331 | 4 | 0 | 1 | 16 | 247 | 13 | 124 |
| Binary | 11010010 | 11011011 | 11011001 | 100 | 0 | 1 | 1110 | 10100111 | 1011 | 1010100 |
Color Harmonies of #D2DBD9
Complementary color
Monochromatic Colors of #D2DBD9
Black with #D2DBD9
Text Example
Text Example
White with #D2DBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBD9; }
p { color: rgb(210,219,217); }
H1.HeaderClassName
{
color: #D2DBD9;
}
.AnyTagClassName
{
color: #D2DBD9;
}
</style>
background-color css
<style>
a { background-color: #D2DBD9; }
a { background-color: rgb(210,219,217); }
div.DivClassName
{
background-color: #D2DBD9;
}
.BgClassName
{
background-color: #D2DBD9;
}
</style>
border-color css
<style>
span { border-color: #D2DBD9; }
span { border-color: rgb(210,219,217); }
td.TdClassName
{
border-color: #D2DBD9;
}
.TagClassName
{
border-color: #D2DBD9;
}
</style>