Shades of Iceberg #D2E2DB
Tints of Iceberg #D2E2DB
RGB
CMYK
RGB Variations
Color information
#D2E2DB (or 0xD2E2DB) is known color: Iceberg. HEX triplet: D2, E2 and DB. RGB value is (210,226,219). Sum of RGB (Red+Green+Blue) = 210+226+219=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E2DB is #2D1D24. Grayscale: #DCDCDC. Windows color (decimal): -2956581 or 14410450. OLE color: 14410450.
HSL color Cylindrical-coordinate representation of color #D2E2DB: hue angle of 153.75º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2E2DB is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 210 | 226 | 219 | - |
CMYK | 0.07 | 0 | 0.03 | 0.11 |
HSL | 153.75º | 0.22% | 0.85% | - |
HSV(B) | 153.75º | 0.07% | 0.89% | - |
XYZ | 66.56 | 73.21 | 77.64 | - |
YUV | 220.42 | 127.2 | 120.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 226 | 219 | 0.07 | 0 | 0.03 | 0.11 | 153.75 | 0.22 | 0.85 |
Hex | D2 | E2 | DB | 7 | 0 | 3 | B | 9A | 16 | 55 |
Octal | 322 | 342 | 333 | 7 | 0 | 3 | 13 | 232 | 26 | 125 |
Binary | 11010010 | 11100010 | 11011011 | 111 | 0 | 11 | 1011 | 10011010 | 10110 | 1010101 |
Color Harmonies of #D2E2DB
Complementary color
Monochromatic Colors of #D2E2DB
Black with #D2E2DB
Text Example
Text Example
White with #D2E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E2DB; }
p { color: rgb(210,226,219); }
H1.HeaderClassName
{
color: #D2E2DB;
}
.AnyTagClassName
{
color: #D2E2DB;
}
</style>
background-color css
<style>
a { background-color: #D2E2DB; }
a { background-color: rgb(210,226,219); }
div.DivClassName
{
background-color: #D2E2DB;
}
.BgClassName
{
background-color: #D2E2DB;
}
</style>
border-color css
<style>
span { border-color: #D2E2DB; }
span { border-color: rgb(210,226,219); }
td.TdClassName
{
border-color: #D2E2DB;
}
.TagClassName
{
border-color: #D2E2DB;
}
</style>