Shades of Alto #DBC7C6
Tints of Alto #DBC7C6
RGB
CMYK
RGB Variations
Color information
#DBC7C6 (or 0xDBC7C6) is known color: Alto. HEX triplet: DB, C7 and C6. RGB value is (219,199,198). Sum of RGB (Red+Green+Blue) = 219+199+198=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7C6 is #243839. Grayscale: #CCCCCC. Windows color (decimal): -2373690 or 13027291. OLE color: 13027291.
HSL color Cylindrical-coordinate representation of color #DBC7C6: hue angle of 2.86º 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 #DBC7C6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 198 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.14 |
| HSL | 2.86º | 0.23% | 0.82% | - |
| HSV(B) | 2.86º | 0.1% | 0.86% | - |
| XYZ | 59.83 | 59.98 | 61.85 | - |
| YUV | 204.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 198 | 0 | 0.09 | 0.10 | 0.14 | 2.86 | 0.23 | 0.82 |
| Hex | DB | C7 | C6 | 0 | 9 | A | E | 3 | 17 | 52 |
| Octal | 333 | 307 | 306 | 0 | 11 | 12 | 16 | 3 | 27 | 122 |
| Binary | 11011011 | 11000111 | 11000110 | 0 | 1001 | 1010 | 1110 | 11 | 10111 | 1010010 |
Color Harmonies of #DBC7C6
Complementary color
Monochromatic Colors of #DBC7C6
Black with #DBC7C6
Text Example
Text Example
White with #DBC7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7C6; }
p { color: rgb(219,199,198); }
H1.HeaderClassName
{
color: #DBC7C6;
}
.AnyTagClassName
{
color: #DBC7C6;
}
</style>
background-color css
<style>
a { background-color: #DBC7C6; }
a { background-color: rgb(219,199,198); }
div.DivClassName
{
background-color: #DBC7C6;
}
.BgClassName
{
background-color: #DBC7C6;
}
</style>
border-color css
<style>
span { border-color: #DBC7C6; }
span { border-color: rgb(219,199,198); }
td.TdClassName
{
border-color: #DBC7C6;
}
.TagClassName
{
border-color: #DBC7C6;
}
</style>