Shades of Iceberg #D0E4DB
Tints of Iceberg #D0E4DB
RGB
CMYK
RGB Variations
Color information
#D0E4DB (or 0xD0E4DB) is known color: Iceberg. HEX triplet: D0, E4 and DB. RGB value is (208,228,219). Sum of RGB (Red+Green+Blue) = 208+228+219=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E4DB is #2F1B24. Grayscale: #DDDDDD. Windows color (decimal): -3087141 or 14410960. OLE color: 14410960.
HSL color Cylindrical-coordinate representation of color #D0E4DB: hue angle of 153º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0E4DB is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 208 | 228 | 219 | - |
CMYK | 0.09 | 0 | 0.04 | 0.11 |
HSL | 153º | 0.27% | 0.85% | - |
HSV(B) | 153º | 0.09% | 0.89% | - |
XYZ | 66.54 | 74.01 | 77.8 | - |
YUV | 220.99 | 126.87 | 118.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 228 | 219 | 0.09 | 0 | 0.04 | 0.11 | 153 | 0.27 | 0.85 |
Hex | D0 | E4 | DB | 9 | 0 | 4 | B | 99 | 1B | 55 |
Octal | 320 | 344 | 333 | 11 | 0 | 4 | 13 | 231 | 33 | 125 |
Binary | 11010000 | 11100100 | 11011011 | 1001 | 0 | 100 | 1011 | 10011001 | 11011 | 1010101 |
Color Harmonies of #D0E4DB
Complementary color
Monochromatic Colors of #D0E4DB
Black with #D0E4DB
Text Example
Text Example
White with #D0E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E4DB; }
p { color: rgb(208,228,219); }
H1.HeaderClassName
{
color: #D0E4DB;
}
.AnyTagClassName
{
color: #D0E4DB;
}
</style>
background-color css
<style>
a { background-color: #D0E4DB; }
a { background-color: rgb(208,228,219); }
div.DivClassName
{
background-color: #D0E4DB;
}
.BgClassName
{
background-color: #D0E4DB;
}
</style>
border-color css
<style>
span { border-color: #D0E4DB; }
span { border-color: rgb(208,228,219); }
td.TdClassName
{
border-color: #D0E4DB;
}
.TagClassName
{
border-color: #D0E4DB;
}
</style>