Shades of Iceberg #D0E2DA
Tints of Iceberg #D0E2DA
RGB
CMYK
RGB Variations
Color information
#D0E2DA (or 0xD0E2DA) is known color: Iceberg. HEX triplet: D0, E2 and DA. RGB value is (208,226,218). Sum of RGB (Red+Green+Blue) = 208+226+218=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2DA is #2F1D25. Grayscale: #DBDBDB. Windows color (decimal): -3087654 or 14344912. OLE color: 14344912.
HSL color Cylindrical-coordinate representation of color #D0E2DA: hue angle of 153.33º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E2DA is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 208 | 226 | 218 | - |
CMYK | 0.08 | 0 | 0.04 | 0.11 |
HSL | 153.33º | 0.24% | 0.85% | - |
HSV(B) | 153.33º | 0.08% | 0.89% | - |
XYZ | 65.86 | 72.86 | 76.92 | - |
YUV | 219.71 | 127.04 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 226 | 218 | 0.08 | 0 | 0.04 | 0.11 | 153.33 | 0.24 | 0.85 |
Hex | D0 | E2 | DA | 8 | 0 | 4 | B | 99 | 18 | 55 |
Octal | 320 | 342 | 332 | 10 | 0 | 4 | 13 | 231 | 30 | 125 |
Binary | 11010000 | 11100010 | 11011010 | 1000 | 0 | 100 | 1011 | 10011001 | 11000 | 1010101 |
Color Harmonies of #D0E2DA
Complementary color
Monochromatic Colors of #D0E2DA
Black with #D0E2DA
Text Example
Text Example
White with #D0E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2DA; }
p { color: rgb(208,226,218); }
H1.HeaderClassName
{
color: #D0E2DA;
}
.AnyTagClassName
{
color: #D0E2DA;
}
</style>
background-color css
<style>
a { background-color: #D0E2DA; }
a { background-color: rgb(208,226,218); }
div.DivClassName
{
background-color: #D0E2DA;
}
.BgClassName
{
background-color: #D0E2DA;
}
</style>
border-color css
<style>
span { border-color: #D0E2DA; }
span { border-color: rgb(208,226,218); }
td.TdClassName
{
border-color: #D0E2DA;
}
.TagClassName
{
border-color: #D0E2DA;
}
</style>