Shades of Iceberg #D8DBDA
Tints of Iceberg #D8DBDA
RGB
CMYK
RGB Variations
Color information
#D8DBDA (or 0xD8DBDA) is known color: Iceberg. HEX triplet: D8, DB and DA. RGB value is (216,219,218). Sum of RGB (Red+Green+Blue) = 216+219+218=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBDA is #272425. Grayscale: #D9D9D9. Windows color (decimal): -2565158 or 14343128. OLE color: 14343128.
HSL color Cylindrical-coordinate representation of color #D8DBDA: hue angle of 160º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D8DBDA is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 219 | 218 | - |
CMYK | 0.01 | 0 | 0.00 | 0.14 |
HSL | 160º | 0.04% | 0.85% | - |
HSV(B) | 160º | 0.01% | 0.86% | - |
XYZ | 66.31 | 70.32 | 76.41 | - |
YUV | 217.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 219 | 218 | 0.01 | 0 | 0.00 | 0.14 | 160 | 0.04 | 0.85 |
Hex | D8 | DB | DA | 1 | 0 | 0 | E | A0 | 4 | 55 |
Octal | 330 | 333 | 332 | 1 | 0 | 0 | 16 | 240 | 4 | 125 |
Binary | 11011000 | 11011011 | 11011010 | 1 | 0 | 0 | 1110 | 10100000 | 100 | 1010101 |
Color Harmonies of #D8DBDA
Complementary color
Monochromatic Colors of #D8DBDA
Black with #D8DBDA
Text Example
Text Example
White with #D8DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBDA; }
p { color: rgb(216,219,218); }
H1.HeaderClassName
{
color: #D8DBDA;
}
.AnyTagClassName
{
color: #D8DBDA;
}
</style>
background-color css
<style>
a { background-color: #D8DBDA; }
a { background-color: rgb(216,219,218); }
div.DivClassName
{
background-color: #D8DBDA;
}
.BgClassName
{
background-color: #D8DBDA;
}
</style>
border-color css
<style>
span { border-color: #D8DBDA; }
span { border-color: rgb(216,219,218); }
td.TdClassName
{
border-color: #D8DBDA;
}
.TagClassName
{
border-color: #D8DBDA;
}
</style>