Shades of Light Grey #DBCDCD
Tints of Light Grey #DBCDCD
RGB
CMYK
RGB Variations
Color information
#DBCDCD (or 0xDBCDCD) is known color: Light Grey. HEX triplet: DB, CD and CD. RGB value is (219,205,205). Sum of RGB (Red+Green+Blue) = 219+205+205=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDCD is #243232. Grayscale: #D1D1D1. Windows color (decimal): -2372147 or 13487579. OLE color: 13487579.
HSL color Cylindrical-coordinate representation of color #DBCDCD: hue angle of 0º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCDCD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 205 | 205 | - |
CMYK | 0 | 0.06 | 0.06 | 0.14 |
HSL | 0º | 0.16% | 0.83% | - |
HSV(B) | 0º | 0.06% | 0.86% | - |
XYZ | 62.06 | 63.13 | 66.67 | - |
YUV | 209.19 | 125.64 | 135 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 205 | 205 | 0 | 0.06 | 0.06 | 0.14 | 0 | 0.16 | 0.83 |
Hex | DB | CD | CD | 0 | 6 | 6 | E | 0 | 10 | 53 |
Octal | 333 | 315 | 315 | 0 | 6 | 6 | 16 | 0 | 20 | 123 |
Binary | 11011011 | 11001101 | 11001101 | 0 | 110 | 110 | 1110 | 0 | 10000 | 1010011 |
Color Harmonies of #DBCDCD
Complementary color
Monochromatic Colors of #DBCDCD
Black with #DBCDCD
Text Example
Text Example
White with #DBCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDCD; }
p { color: rgb(219,205,205); }
H1.HeaderClassName
{
color: #DBCDCD;
}
.AnyTagClassName
{
color: #DBCDCD;
}
</style>
background-color css
<style>
a { background-color: #DBCDCD; }
a { background-color: rgb(219,205,205); }
div.DivClassName
{
background-color: #DBCDCD;
}
.BgClassName
{
background-color: #DBCDCD;
}
</style>
border-color css
<style>
span { border-color: #DBCDCD; }
span { border-color: rgb(219,205,205); }
td.TdClassName
{
border-color: #DBCDCD;
}
.TagClassName
{
border-color: #DBCDCD;
}
</style>