Shades of Alto #DBC7C5
Tints of Alto #DBC7C5
RGB
CMYK
RGB Variations
Color information
#DBC7C5 (or 0xDBC7C5) is known color: Alto. HEX triplet: DB, C7 and C5. RGB value is (219,199,197). Sum of RGB (Red+Green+Blue) = 219+199+197=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7C5 is #24383A. Grayscale: #CCCCCC. Windows color (decimal): -2373691 or 12961755. OLE color: 12961755.
HSL color Cylindrical-coordinate representation of color #DBC7C5: hue angle of 5.45º 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 #DBC7C5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 197 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.14 |
| HSL | 5.45º | 0.23% | 0.82% | - |
| HSV(B) | 5.45º | 0.1% | 0.86% | - |
| XYZ | 59.71 | 59.94 | 61.25 | - |
| YUV | 204.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 197 | 0 | 0.09 | 0.10 | 0.14 | 5.45 | 0.23 | 0.82 |
| Hex | DB | C7 | C5 | 0 | 9 | A | E | 5 | 17 | 52 |
| Octal | 333 | 307 | 305 | 0 | 11 | 12 | 16 | 5 | 27 | 122 |
| Binary | 11011011 | 11000111 | 11000101 | 0 | 1001 | 1010 | 1110 | 101 | 10111 | 1010010 |
Color Harmonies of #DBC7C5
Complementary color
Monochromatic Colors of #DBC7C5
Black with #DBC7C5
Text Example
Text Example
White with #DBC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7C5; }
p { color: rgb(219,199,197); }
H1.HeaderClassName
{
color: #DBC7C5;
}
.AnyTagClassName
{
color: #DBC7C5;
}
</style>
background-color css
<style>
a { background-color: #DBC7C5; }
a { background-color: rgb(219,199,197); }
div.DivClassName
{
background-color: #DBC7C5;
}
.BgClassName
{
background-color: #DBC7C5;
}
</style>
border-color css
<style>
span { border-color: #DBC7C5; }
span { border-color: rgb(219,199,197); }
td.TdClassName
{
border-color: #DBC7C5;
}
.TagClassName
{
border-color: #DBC7C5;
}
</style>