Shades of Alto #DBC8C5
Tints of Alto #DBC8C5
RGB
CMYK
RGB Variations
Color information
#DBC8C5 (or 0xDBC8C5) is known color: Alto. HEX triplet: DB, C8 and C5. RGB value is (219,200,197). Sum of RGB (Red+Green+Blue) = 219+200+197=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8C5 is #24373A. Grayscale: #CDCDCD. Windows color (decimal): -2373435 or 12962011. OLE color: 12962011.
HSL color Cylindrical-coordinate representation of color #DBC8C5: hue angle of 8.18º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC8C5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 197 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.14 |
| HSL | 8.18º | 0.23% | 0.82% | - |
| HSV(B) | 8.18º | 0.1% | 0.86% | - |
| XYZ | 59.95 | 60.4 | 61.32 | - |
| YUV | 205.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 197 | 0 | 0.09 | 0.10 | 0.14 | 8.18 | 0.23 | 0.82 |
| Hex | DB | C8 | C5 | 0 | 9 | A | E | 8 | 17 | 52 |
| Octal | 333 | 310 | 305 | 0 | 11 | 12 | 16 | 10 | 27 | 122 |
| Binary | 11011011 | 11001000 | 11000101 | 0 | 1001 | 1010 | 1110 | 1000 | 10111 | 1010010 |
Color Harmonies of #DBC8C5
Complementary color
Monochromatic Colors of #DBC8C5
Black with #DBC8C5
Text Example
Text Example
White with #DBC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8C5; }
p { color: rgb(219,200,197); }
H1.HeaderClassName
{
color: #DBC8C5;
}
.AnyTagClassName
{
color: #DBC8C5;
}
</style>
background-color css
<style>
a { background-color: #DBC8C5; }
a { background-color: rgb(219,200,197); }
div.DivClassName
{
background-color: #DBC8C5;
}
.BgClassName
{
background-color: #DBC8C5;
}
</style>
border-color css
<style>
span { border-color: #DBC8C5; }
span { border-color: rgb(219,200,197); }
td.TdClassName
{
border-color: #DBC8C5;
}
.TagClassName
{
border-color: #DBC8C5;
}
</style>