Shades of Light Grey #DBD2D1
Tints of Light Grey #DBD2D1
RGB
CMYK
RGB Variations
Color information
#DBD2D1 (or 0xDBD2D1) is known color: Light Grey. HEX triplet: DB, D2 and D1. RGB value is (219,210,209). Sum of RGB (Red+Green+Blue) = 219+210+209=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2D1 is #242D2E. Grayscale: #D4D4D4. Windows color (decimal): -2370863 or 13751003. OLE color: 13751003.
HSL color Cylindrical-coordinate representation of color #DBD2D1: hue angle of 6º degrees, saturation: 0.12, 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 #DBD2D1 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 210 | 209 | - |
CMYK | 0 | 0.04 | 0.05 | 0.14 |
HSL | 6º | 0.12% | 0.84% | - |
HSV(B) | 6º | 0.05% | 0.86% | - |
XYZ | 63.77 | 65.76 | 69.65 | - |
YUV | 212.58 | 125.98 | 132.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 210 | 209 | 0 | 0.04 | 0.05 | 0.14 | 6 | 0.12 | 0.84 |
Hex | DB | D2 | D1 | 0 | 4 | 5 | E | 6 | C | 54 |
Octal | 333 | 322 | 321 | 0 | 4 | 5 | 16 | 6 | 14 | 124 |
Binary | 11011011 | 11010010 | 11010001 | 0 | 100 | 101 | 1110 | 110 | 1100 | 1010100 |
Color Harmonies of #DBD2D1
Complementary color
Monochromatic Colors of #DBD2D1
Black with #DBD2D1
Text Example
Text Example
White with #DBD2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2D1; }
p { color: rgb(219,210,209); }
H1.HeaderClassName
{
color: #DBD2D1;
}
.AnyTagClassName
{
color: #DBD2D1;
}
</style>
background-color css
<style>
a { background-color: #DBD2D1; }
a { background-color: rgb(219,210,209); }
div.DivClassName
{
background-color: #DBD2D1;
}
.BgClassName
{
background-color: #DBD2D1;
}
</style>
border-color css
<style>
span { border-color: #DBD2D1; }
span { border-color: rgb(219,210,209); }
td.TdClassName
{
border-color: #DBD2D1;
}
.TagClassName
{
border-color: #DBD2D1;
}
</style>