Shades of Iceberg #D0D8D5
Tints of Iceberg #D0D8D5
RGB
CMYK
RGB Variations
Color information
#D0D8D5 (or 0xD0D8D5) is known color: Iceberg. HEX triplet: D0, D8 and D5. RGB value is (208,216,213). Sum of RGB (Red+Green+Blue) = 208+216+213=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8D5 is #2F272A. Grayscale: #D5D5D5. Windows color (decimal): -3090219 or 14014672. OLE color: 14014672.
HSL color Cylindrical-coordinate representation of color #D0D8D5: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0D8D5 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 213 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.15 |
| HSL | 157.5º | 0.09% | 0.83% | - |
| HSV(B) | 157.5º | 0.04% | 0.85% | - |
| XYZ | 62.58 | 67.33 | 72.65 | - |
| YUV | 213.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 213 | 0.04 | 0 | 0.01 | 0.15 | 157.5 | 0.09 | 0.83 |
| Hex | D0 | D8 | D5 | 4 | 0 | 1 | F | 9E | 9 | 53 |
| Octal | 320 | 330 | 325 | 4 | 0 | 1 | 17 | 236 | 11 | 123 |
| Binary | 11010000 | 11011000 | 11010101 | 100 | 0 | 1 | 1111 | 10011110 | 1001 | 1010011 |
Color Harmonies of #D0D8D5
Complementary color
Monochromatic Colors of #D0D8D5
Black with #D0D8D5
Text Example
Text Example
White with #D0D8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8D5; }
p { color: rgb(208,216,213); }
H1.HeaderClassName
{
color: #D0D8D5;
}
.AnyTagClassName
{
color: #D0D8D5;
}
</style>
background-color css
<style>
a { background-color: #D0D8D5; }
a { background-color: rgb(208,216,213); }
div.DivClassName
{
background-color: #D0D8D5;
}
.BgClassName
{
background-color: #D0D8D5;
}
</style>
border-color css
<style>
span { border-color: #D0D8D5; }
span { border-color: rgb(208,216,213); }
td.TdClassName
{
border-color: #D0D8D5;
}
.TagClassName
{
border-color: #D0D8D5;
}
</style>