Shades of Iceberg #D0DBD8
Tints of Iceberg #D0DBD8
RGB
CMYK
RGB Variations
Color information
#D0DBD8 (or 0xD0DBD8) is known color: Iceberg. HEX triplet: D0, DB and D8. RGB value is (208,219,216). Sum of RGB (Red+Green+Blue) = 208+219+216=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBD8 is #2F2427. Grayscale: #D7D7D7. Windows color (decimal): -3089448 or 14212048. OLE color: 14212048.
HSL color Cylindrical-coordinate representation of color #D0DBD8: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0DBD8 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 219 | 216 | - |
CMYK | 0.05 | 0 | 0.01 | 0.14 |
HSL | 163.64º | 0.13% | 0.84% | - |
HSV(B) | 163.64º | 0.05% | 0.86% | - |
XYZ | 63.74 | 69.03 | 74.93 | - |
YUV | 215.37 | 128.36 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 216 | 0.05 | 0 | 0.01 | 0.14 | 163.64 | 0.13 | 0.84 |
Hex | D0 | DB | D8 | 5 | 0 | 1 | E | A4 | D | 54 |
Octal | 320 | 333 | 330 | 5 | 0 | 1 | 16 | 244 | 15 | 124 |
Binary | 11010000 | 11011011 | 11011000 | 101 | 0 | 1 | 1110 | 10100100 | 1101 | 1010100 |
Color Harmonies of #D0DBD8
Complementary color
Monochromatic Colors of #D0DBD8
Black with #D0DBD8
Text Example
Text Example
White with #D0DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBD8; }
p { color: rgb(208,219,216); }
H1.HeaderClassName
{
color: #D0DBD8;
}
.AnyTagClassName
{
color: #D0DBD8;
}
</style>
background-color css
<style>
a { background-color: #D0DBD8; }
a { background-color: rgb(208,219,216); }
div.DivClassName
{
background-color: #D0DBD8;
}
.BgClassName
{
background-color: #D0DBD8;
}
</style>
border-color css
<style>
span { border-color: #D0DBD8; }
span { border-color: rgb(208,219,216); }
td.TdClassName
{
border-color: #D0DBD8;
}
.TagClassName
{
border-color: #D0DBD8;
}
</style>