Shades of Alto #DBCAC8
Tints of Alto #DBCAC8
RGB
CMYK
RGB Variations
Color information
#DBCAC8 (or 0xDBCAC8) is known color: Alto. HEX triplet: DB, CA and C8. RGB value is (219,202,200). Sum of RGB (Red+Green+Blue) = 219+202+200=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAC8 is #243537. Grayscale: #CECECE. Windows color (decimal): -2372920 or 13159131. OLE color: 13159131.
HSL color Cylindrical-coordinate representation of color #DBCAC8: hue angle of 6.32º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBCAC8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 200 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.14 |
| HSL | 6.32º | 0.21% | 0.82% | - |
| HSV(B) | 6.32º | 0.09% | 0.86% | - |
| XYZ | 60.76 | 61.47 | 63.31 | - |
| YUV | 206.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 200 | 0 | 0.08 | 0.09 | 0.14 | 6.32 | 0.21 | 0.82 |
| Hex | DB | CA | C8 | 0 | 8 | 9 | E | 6 | 15 | 52 |
| Octal | 333 | 312 | 310 | 0 | 10 | 11 | 16 | 6 | 25 | 122 |
| Binary | 11011011 | 11001010 | 11001000 | 0 | 1000 | 1001 | 1110 | 110 | 10101 | 1010010 |
Color Harmonies of #DBCAC8
Complementary color
Monochromatic Colors of #DBCAC8
Black with #DBCAC8
Text Example
Text Example
White with #DBCAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAC8; }
p { color: rgb(219,202,200); }
H1.HeaderClassName
{
color: #DBCAC8;
}
.AnyTagClassName
{
color: #DBCAC8;
}
</style>
background-color css
<style>
a { background-color: #DBCAC8; }
a { background-color: rgb(219,202,200); }
div.DivClassName
{
background-color: #DBCAC8;
}
.BgClassName
{
background-color: #DBCAC8;
}
</style>
border-color css
<style>
span { border-color: #DBCAC8; }
span { border-color: rgb(219,202,200); }
td.TdClassName
{
border-color: #DBCAC8;
}
.TagClassName
{
border-color: #DBCAC8;
}
</style>