Shades of Iceberg #D0E1DC
Tints of Iceberg #D0E1DC
RGB
CMYK
RGB Variations
Color information
#D0E1DC (or 0xD0E1DC) is known color: Iceberg. HEX triplet: D0, E1 and DC. RGB value is (208,225,220). Sum of RGB (Red+Green+Blue) = 208+225+220=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1DC is #2F1E23. Grayscale: #DBDBDB. Windows color (decimal): -3087908 or 14475728. OLE color: 14475728.
HSL color Cylindrical-coordinate representation of color #D0E1DC: hue angle of 162.35º 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 #D0E1DC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 220 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.12 |
| HSL | 162.35º | 0.22% | 0.85% | - |
| HSV(B) | 162.35º | 0.08% | 0.88% | - |
| XYZ | 65.86 | 72.43 | 78.22 | - |
| YUV | 219.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 220 | 0.08 | 0 | 0.02 | 0.12 | 162.35 | 0.22 | 0.85 |
| Hex | D0 | E1 | DC | 8 | 0 | 2 | C | A2 | 16 | 55 |
| Octal | 320 | 341 | 334 | 10 | 0 | 2 | 14 | 242 | 26 | 125 |
| Binary | 11010000 | 11100001 | 11011100 | 1000 | 0 | 10 | 1100 | 10100010 | 10110 | 1010101 |
Color Harmonies of #D0E1DC
Complementary color
Monochromatic Colors of #D0E1DC
Black with #D0E1DC
Text Example
Text Example
White with #D0E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1DC; }
p { color: rgb(208,225,220); }
H1.HeaderClassName
{
color: #D0E1DC;
}
.AnyTagClassName
{
color: #D0E1DC;
}
</style>
background-color css
<style>
a { background-color: #D0E1DC; }
a { background-color: rgb(208,225,220); }
div.DivClassName
{
background-color: #D0E1DC;
}
.BgClassName
{
background-color: #D0E1DC;
}
</style>
border-color css
<style>
span { border-color: #D0E1DC; }
span { border-color: rgb(208,225,220); }
td.TdClassName
{
border-color: #D0E1DC;
}
.TagClassName
{
border-color: #D0E1DC;
}
</style>