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