Shades of Very Light Grey #DBCACA
Tints of Very Light Grey #DBCACA
RGB
CMYK
RGB Variations
Color information
#DBCACA (or 0xDBCACA) is known color: Very Light Grey. HEX triplet: DB, CA and CA. RGB value is (219,202,202). Sum of RGB (Red+Green+Blue) = 219+202+202=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCACA is #243535. Grayscale: #CFCFCF. Windows color (decimal): -2372918 or 13290203. OLE color: 13290203.
HSL color Cylindrical-coordinate representation of color #DBCACA: hue angle of 0º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCACA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 202 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.14 |
| HSL | 0º | 0.19% | 0.83% | - |
| HSV(B) | 0º | 0.08% | 0.86% | - |
| XYZ | 60.99 | 61.57 | 64.55 | - |
| YUV | 207.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 202 | 0 | 0.08 | 0.08 | 0.14 | 0 | 0.19 | 0.83 |
| Hex | DB | CA | CA | 0 | 8 | 8 | E | 0 | 13 | 53 |
| Octal | 333 | 312 | 312 | 0 | 10 | 10 | 16 | 0 | 23 | 123 |
| Binary | 11011011 | 11001010 | 11001010 | 0 | 1000 | 1000 | 1110 | 0 | 10011 | 1010011 |
Color Harmonies of #DBCACA
Complementary color
Monochromatic Colors of #DBCACA
Black with #DBCACA
Text Example
Text Example
White with #DBCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCACA; }
p { color: rgb(219,202,202); }
H1.HeaderClassName
{
color: #DBCACA;
}
.AnyTagClassName
{
color: #DBCACA;
}
</style>
background-color css
<style>
a { background-color: #DBCACA; }
a { background-color: rgb(219,202,202); }
div.DivClassName
{
background-color: #DBCACA;
}
.BgClassName
{
background-color: #DBCACA;
}
</style>
border-color css
<style>
span { border-color: #DBCACA; }
span { border-color: rgb(219,202,202); }
td.TdClassName
{
border-color: #DBCACA;
}
.TagClassName
{
border-color: #DBCACA;
}
</style>