Shades of Light Grey #DBD1D0
Tints of Light Grey #DBD1D0
RGB
CMYK
RGB Variations
Color information
#DBD1D0 (or 0xDBD1D0) is known color: Light Grey. HEX triplet: DB, D1 and D0. RGB value is (219,209,208). Sum of RGB (Red+Green+Blue) = 219+209+208=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1D0 is #242E2F. Grayscale: #D3D3D3. Windows color (decimal): -2371120 or 13685211. OLE color: 13685211.
HSL color Cylindrical-coordinate representation of color #DBD1D0: hue angle of 5.45º 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 #DBD1D0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 208 | - |
CMYK | 0 | 0.05 | 0.05 | 0.14 |
HSL | 5.45º | 0.13% | 0.84% | - |
HSV(B) | 5.45º | 0.05% | 0.86% | - |
XYZ | 63.4 | 65.22 | 68.92 | - |
YUV | 211.88 | 125.81 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 208 | 0 | 0.05 | 0.05 | 0.14 | 5.45 | 0.13 | 0.84 |
Hex | DB | D1 | D0 | 0 | 5 | 5 | E | 5 | D | 54 |
Octal | 333 | 321 | 320 | 0 | 5 | 5 | 16 | 5 | 15 | 124 |
Binary | 11011011 | 11010001 | 11010000 | 0 | 101 | 101 | 1110 | 101 | 1101 | 1010100 |
Color Harmonies of #DBD1D0
Complementary color
Monochromatic Colors of #DBD1D0
Black with #DBD1D0
Text Example
Text Example
White with #DBD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1D0; }
p { color: rgb(219,209,208); }
H1.HeaderClassName
{
color: #DBD1D0;
}
.AnyTagClassName
{
color: #DBD1D0;
}
</style>
background-color css
<style>
a { background-color: #DBD1D0; }
a { background-color: rgb(219,209,208); }
div.DivClassName
{
background-color: #DBD1D0;
}
.BgClassName
{
background-color: #DBD1D0;
}
</style>
border-color css
<style>
span { border-color: #DBD1D0; }
span { border-color: rgb(219,209,208); }
td.TdClassName
{
border-color: #DBD1D0;
}
.TagClassName
{
border-color: #DBD1D0;
}
</style>