Shades of Iceberg #D2DDD9
Tints of Iceberg #D2DDD9
RGB
CMYK
RGB Variations
Color information
#D2DDD9 (or 0xD2DDD9) is known color: Iceberg. HEX triplet: D2, DD and D9. RGB value is (210,221,217). Sum of RGB (Red+Green+Blue) = 210+221+217=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDD9 is #2D2226. Grayscale: #D9D9D9. Windows color (decimal): -2957863 or 14278098. OLE color: 14278098.
HSL color Cylindrical-coordinate representation of color #D2DDD9: hue angle of 158.18º 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 #D2DDD9 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 210 | 221 | 217 | - |
CMYK | 0.05 | 0 | 0.02 | 0.13 |
HSL | 158.18º | 0.14% | 0.85% | - |
HSV(B) | 158.18º | 0.05% | 0.87% | - |
XYZ | 64.96 | 70.42 | 75.82 | - |
YUV | 217.26 | 127.86 | 122.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 221 | 217 | 0.05 | 0 | 0.02 | 0.13 | 158.18 | 0.14 | 0.85 |
Hex | D2 | DD | D9 | 5 | 0 | 2 | D | 9E | E | 55 |
Octal | 322 | 335 | 331 | 5 | 0 | 2 | 15 | 236 | 16 | 125 |
Binary | 11010010 | 11011101 | 11011001 | 101 | 0 | 10 | 1101 | 10011110 | 1110 | 1010101 |
Color Harmonies of #D2DDD9
Complementary color
Monochromatic Colors of #D2DDD9
Black with #D2DDD9
Text Example
Text Example
White with #D2DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDD9; }
p { color: rgb(210,221,217); }
H1.HeaderClassName
{
color: #D2DDD9;
}
.AnyTagClassName
{
color: #D2DDD9;
}
</style>
background-color css
<style>
a { background-color: #D2DDD9; }
a { background-color: rgb(210,221,217); }
div.DivClassName
{
background-color: #D2DDD9;
}
.BgClassName
{
background-color: #D2DDD9;
}
</style>
border-color css
<style>
span { border-color: #D2DDD9; }
span { border-color: rgb(210,221,217); }
td.TdClassName
{
border-color: #D2DDD9;
}
.TagClassName
{
border-color: #D2DDD9;
}
</style>