Shades of Iceberg #D0E1DA
Tints of Iceberg #D0E1DA
RGB
CMYK
RGB Variations
Color information
#D0E1DA (or 0xD0E1DA) is known color: Iceberg. HEX triplet: D0, E1 and DA. RGB value is (208,225,218). Sum of RGB (Red+Green+Blue) = 208+225+218=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1DA is #2F1E25. Grayscale: #DBDBDB. Windows color (decimal): -3087910 or 14344656. OLE color: 14344656.
HSL color Cylindrical-coordinate representation of color #D0E1DA: hue angle of 155.29º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E1DA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 218 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.12 |
| HSL | 155.29º | 0.22% | 0.85% | - |
| HSV(B) | 155.29º | 0.08% | 0.88% | - |
| XYZ | 65.59 | 72.32 | 76.83 | - |
| YUV | 219.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 218 | 0.08 | 0 | 0.03 | 0.12 | 155.29 | 0.22 | 0.85 |
| Hex | D0 | E1 | DA | 8 | 0 | 3 | C | 9B | 16 | 55 |
| Octal | 320 | 341 | 332 | 10 | 0 | 3 | 14 | 233 | 26 | 125 |
| Binary | 11010000 | 11100001 | 11011010 | 1000 | 0 | 11 | 1100 | 10011011 | 10110 | 1010101 |
Color Harmonies of #D0E1DA
Complementary color
Monochromatic Colors of #D0E1DA
Black with #D0E1DA
Text Example
Text Example
White with #D0E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1DA; }
p { color: rgb(208,225,218); }
H1.HeaderClassName
{
color: #D0E1DA;
}
.AnyTagClassName
{
color: #D0E1DA;
}
</style>
background-color css
<style>
a { background-color: #D0E1DA; }
a { background-color: rgb(208,225,218); }
div.DivClassName
{
background-color: #D0E1DA;
}
.BgClassName
{
background-color: #D0E1DA;
}
</style>
border-color css
<style>
span { border-color: #D0E1DA; }
span { border-color: rgb(208,225,218); }
td.TdClassName
{
border-color: #D0E1DA;
}
.TagClassName
{
border-color: #D0E1DA;
}
</style>