Shades of Alto #DBC2C1
Tints of Alto #DBC2C1
RGB
CMYK
RGB Variations
Color information
#DBC2C1 (or 0xDBC2C1) is known color: Alto. HEX triplet: DB, C2 and C1. RGB value is (219,194,193). Sum of RGB (Red+Green+Blue) = 219+194+193=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C1 is #243D3E. Grayscale: #C9C9C9. Windows color (decimal): -2374975 or 12698331. OLE color: 12698331.
HSL color Cylindrical-coordinate representation of color #DBC2C1: hue angle of 2.31º 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 #DBC2C1 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 193 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.14 |
| HSL | 2.31º | 0.27% | 0.81% | - |
| HSV(B) | 2.31º | 0.12% | 0.86% | - |
| XYZ | 58.13 | 57.49 | 58.49 | - |
| YUV | 201.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 193 | 0 | 0.11 | 0.12 | 0.14 | 2.31 | 0.27 | 0.81 |
| Hex | DB | C2 | C1 | 0 | B | C | E | 2 | 1B | 51 |
| Octal | 333 | 302 | 301 | 0 | 13 | 14 | 16 | 2 | 33 | 121 |
| Binary | 11011011 | 11000010 | 11000001 | 0 | 1011 | 1100 | 1110 | 10 | 11011 | 1010001 |
Color Harmonies of #DBC2C1
Complementary color
Monochromatic Colors of #DBC2C1
Black with #DBC2C1
Text Example
Text Example
White with #DBC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2C1; }
p { color: rgb(219,194,193); }
H1.HeaderClassName
{
color: #DBC2C1;
}
.AnyTagClassName
{
color: #DBC2C1;
}
</style>
background-color css
<style>
a { background-color: #DBC2C1; }
a { background-color: rgb(219,194,193); }
div.DivClassName
{
background-color: #DBC2C1;
}
.BgClassName
{
background-color: #DBC2C1;
}
</style>
border-color css
<style>
span { border-color: #DBC2C1; }
span { border-color: rgb(219,194,193); }
td.TdClassName
{
border-color: #DBC2C1;
}
.TagClassName
{
border-color: #DBC2C1;
}
</style>