Shades of Iceberg #D0E3DA
Tints of Iceberg #D0E3DA
RGB
CMYK
RGB Variations
Color information
#D0E3DA (or 0xD0E3DA) is known color: Iceberg. HEX triplet: D0, E3 and DA. RGB value is (208,227,218). Sum of RGB (Red+Green+Blue) = 208+227+218=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3DA is #2F1C25. Grayscale: #DCDCDC. Windows color (decimal): -3087398 or 14345168. OLE color: 14345168.
HSL color Cylindrical-coordinate representation of color #D0E3DA: hue angle of 151.58º degrees, saturation: 0.25, 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 #D0E3DA is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 218 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.11 |
| HSL | 151.58º | 0.25% | 0.85% | - |
| HSV(B) | 151.58º | 0.08% | 0.89% | - |
| XYZ | 66.14 | 73.41 | 77.01 | - |
| YUV | 220.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 218 | 0.08 | 0 | 0.04 | 0.11 | 151.58 | 0.25 | 0.85 |
| Hex | D0 | E3 | DA | 8 | 0 | 4 | B | 98 | 19 | 55 |
| Octal | 320 | 343 | 332 | 10 | 0 | 4 | 13 | 230 | 31 | 125 |
| Binary | 11010000 | 11100011 | 11011010 | 1000 | 0 | 100 | 1011 | 10011000 | 11001 | 1010101 |
Color Harmonies of #D0E3DA
Complementary color
Monochromatic Colors of #D0E3DA
Black with #D0E3DA
Text Example
Text Example
White with #D0E3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E3DA; }
p { color: rgb(208,227,218); }
H1.HeaderClassName
{
color: #D0E3DA;
}
.AnyTagClassName
{
color: #D0E3DA;
}
</style>
background-color css
<style>
a { background-color: #D0E3DA; }
a { background-color: rgb(208,227,218); }
div.DivClassName
{
background-color: #D0E3DA;
}
.BgClassName
{
background-color: #D0E3DA;
}
</style>
border-color css
<style>
span { border-color: #D0E3DA; }
span { border-color: rgb(208,227,218); }
td.TdClassName
{
border-color: #D0E3DA;
}
.TagClassName
{
border-color: #D0E3DA;
}
</style>