Shades of Iceberg #D0E0D9
Tints of Iceberg #D0E0D9
RGB
CMYK
RGB Variations
Color information
#D0E0D9 (or 0xD0E0D9) is known color: Iceberg. HEX triplet: D0, E0 and D9. RGB value is (208,224,217). Sum of RGB (Red+Green+Blue) = 208+224+217=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0D9 is #2F1F26. Grayscale: #DADADA. Windows color (decimal): -3088167 or 14278864. OLE color: 14278864.
HSL color Cylindrical-coordinate representation of color #D0E0D9: hue angle of 153.75º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0E0D9 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 217 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.12 |
| HSL | 153.75º | 0.21% | 0.85% | - |
| HSV(B) | 153.75º | 0.07% | 0.88% | - |
| XYZ | 65.19 | 71.73 | 76.06 | - |
| YUV | 218.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 217 | 0.07 | 0 | 0.03 | 0.12 | 153.75 | 0.21 | 0.85 |
| Hex | D0 | E0 | D9 | 7 | 0 | 3 | C | 9A | 15 | 55 |
| Octal | 320 | 340 | 331 | 7 | 0 | 3 | 14 | 232 | 25 | 125 |
| Binary | 11010000 | 11100000 | 11011001 | 111 | 0 | 11 | 1100 | 10011010 | 10101 | 1010101 |
Color Harmonies of #D0E0D9
Complementary color
Monochromatic Colors of #D0E0D9
Black with #D0E0D9
Text Example
Text Example
White with #D0E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0D9; }
p { color: rgb(208,224,217); }
H1.HeaderClassName
{
color: #D0E0D9;
}
.AnyTagClassName
{
color: #D0E0D9;
}
</style>
background-color css
<style>
a { background-color: #D0E0D9; }
a { background-color: rgb(208,224,217); }
div.DivClassName
{
background-color: #D0E0D9;
}
.BgClassName
{
background-color: #D0E0D9;
}
</style>
border-color css
<style>
span { border-color: #D0E0D9; }
span { border-color: rgb(208,224,217); }
td.TdClassName
{
border-color: #D0E0D9;
}
.TagClassName
{
border-color: #D0E0D9;
}
</style>