Shades of Light Grey #DBCECE
Tints of Light Grey #DBCECE
RGB
CMYK
RGB Variations
Color information
#DBCECE (or 0xDBCECE) is known color: Light Grey. HEX triplet: DB, CE and CE. RGB value is (219,206,206). Sum of RGB (Red+Green+Blue) = 219+206+206=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCECE is #243131. Grayscale: #D1D1D1. Windows color (decimal): -2371890 or 13553371. OLE color: 13553371.
HSL color Cylindrical-coordinate representation of color #DBCECE: hue angle of 0º degrees, saturation: 0.15, 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 #DBCECE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 206 | 206 | - |
CMYK | 0 | 0.06 | 0.06 | 0.14 |
HSL | 0º | 0.15% | 0.83% | - |
HSV(B) | 0º | 0.06% | 0.86% | - |
XYZ | 62.43 | 63.66 | 67.39 | - |
YUV | 209.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 206 | 206 | 0 | 0.06 | 0.06 | 0.14 | 0 | 0.15 | 0.83 |
Hex | DB | CE | CE | 0 | 6 | 6 | E | 0 | F | 53 |
Octal | 333 | 316 | 316 | 0 | 6 | 6 | 16 | 0 | 17 | 123 |
Binary | 11011011 | 11001110 | 11001110 | 0 | 110 | 110 | 1110 | 0 | 1111 | 1010011 |
Color Harmonies of #DBCECE
Complementary color
Monochromatic Colors of #DBCECE
Black with #DBCECE
Text Example
Text Example
White with #DBCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCECE; }
p { color: rgb(219,206,206); }
H1.HeaderClassName
{
color: #DBCECE;
}
.AnyTagClassName
{
color: #DBCECE;
}
</style>
background-color css
<style>
a { background-color: #DBCECE; }
a { background-color: rgb(219,206,206); }
div.DivClassName
{
background-color: #DBCECE;
}
.BgClassName
{
background-color: #DBCECE;
}
</style>
border-color css
<style>
span { border-color: #DBCECE; }
span { border-color: rgb(219,206,206); }
td.TdClassName
{
border-color: #DBCECE;
}
.TagClassName
{
border-color: #DBCECE;
}
</style>