Shades of Alto #DBC5C1
Tints of Alto #DBC5C1
RGB
CMYK
RGB Variations
Color information
#DBC5C1 (or 0xDBC5C1) is known color: Alto. HEX triplet: DB, C5 and C1. RGB value is (219,197,193). Sum of RGB (Red+Green+Blue) = 219+197+193=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5C1 is #243A3E. Grayscale: #CBCBCB. Windows color (decimal): -2374207 or 12699099. OLE color: 12699099.
HSL color Cylindrical-coordinate representation of color #DBC5C1: hue angle of 9.23º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC5C1 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 193 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.14 |
| HSL | 9.23º | 0.27% | 0.81% | - |
| HSV(B) | 9.23º | 0.12% | 0.86% | - |
| XYZ | 58.81 | 58.84 | 58.71 | - |
| YUV | 203.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 193 | 0 | 0.10 | 0.12 | 0.14 | 9.23 | 0.27 | 0.81 |
| Hex | DB | C5 | C1 | 0 | A | C | E | 9 | 1B | 51 |
| Octal | 333 | 305 | 301 | 0 | 12 | 14 | 16 | 11 | 33 | 121 |
| Binary | 11011011 | 11000101 | 11000001 | 0 | 1010 | 1100 | 1110 | 1001 | 11011 | 1010001 |
Color Harmonies of #DBC5C1
Complementary color
Monochromatic Colors of #DBC5C1
Black with #DBC5C1
Text Example
Text Example
White with #DBC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5C1; }
p { color: rgb(219,197,193); }
H1.HeaderClassName
{
color: #DBC5C1;
}
.AnyTagClassName
{
color: #DBC5C1;
}
</style>
background-color css
<style>
a { background-color: #DBC5C1; }
a { background-color: rgb(219,197,193); }
div.DivClassName
{
background-color: #DBC5C1;
}
.BgClassName
{
background-color: #DBC5C1;
}
</style>
border-color css
<style>
span { border-color: #DBC5C1; }
span { border-color: rgb(219,197,193); }
td.TdClassName
{
border-color: #DBC5C1;
}
.TagClassName
{
border-color: #DBC5C1;
}
</style>