Shades of Iceberg #DBDEDD
Tints of Iceberg #DBDEDD
RGB
CMYK
RGB Variations
Color information
#DBDEDD (or 0xDBDEDD) is known color: Iceberg. HEX triplet: DB, DE and DD. RGB value is (219,222,221). Sum of RGB (Red+Green+Blue) = 219+222+221=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEDD is #242122. Grayscale: #DCDCDC. Windows color (decimal): -2367779 or 14540507. OLE color: 14540507.
HSL color Cylindrical-coordinate representation of color #DBDEDD: hue angle of 160º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDEDD is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 221 | - |
| CMYK | 0.01 | 0 | 0.00 | 0.13 |
| HSL | 160º | 0.04% | 0.86% | - |
| HSV(B) | 160º | 0.01% | 0.87% | - |
| XYZ | 68.39 | 72.52 | 78.8 | - |
| YUV | 220.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 221 | 0.01 | 0 | 0.00 | 0.13 | 160 | 0.04 | 0.86 |
| Hex | DB | DE | DD | 1 | 0 | 0 | D | A0 | 4 | 56 |
| Octal | 333 | 336 | 335 | 1 | 0 | 0 | 15 | 240 | 4 | 126 |
| Binary | 11011011 | 11011110 | 11011101 | 1 | 0 | 0 | 1101 | 10100000 | 100 | 1010110 |
Color Harmonies of #DBDEDD
Complementary color
Monochromatic Colors of #DBDEDD
Black with #DBDEDD
Text Example
Text Example
White with #DBDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEDD; }
p { color: rgb(219,222,221); }
H1.HeaderClassName
{
color: #DBDEDD;
}
.AnyTagClassName
{
color: #DBDEDD;
}
</style>
background-color css
<style>
a { background-color: #DBDEDD; }
a { background-color: rgb(219,222,221); }
div.DivClassName
{
background-color: #DBDEDD;
}
.BgClassName
{
background-color: #DBDEDD;
}
</style>
border-color css
<style>
span { border-color: #DBDEDD; }
span { border-color: rgb(219,222,221); }
td.TdClassName
{
border-color: #DBDEDD;
}
.TagClassName
{
border-color: #DBDEDD;
}
</style>