Shades of Alto #DBC2C0
Tints of Alto #DBC2C0
RGB
CMYK
RGB Variations
Color information
#DBC2C0 (or 0xDBC2C0) is known color: Alto. HEX triplet: DB, C2 and C0. RGB value is (219,194,192). Sum of RGB (Red+Green+Blue) = 219+194+192=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C0 is #243D3F. Grayscale: #C9C9C9. Windows color (decimal): -2374976 or 12632795. OLE color: 12632795.
HSL color Cylindrical-coordinate representation of color #DBC2C0: hue angle of 4.44º 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 #DBC2C0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 192 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.14 |
| HSL | 4.44º | 0.27% | 0.81% | - |
| HSV(B) | 4.44º | 0.12% | 0.86% | - |
| XYZ | 58.02 | 57.45 | 57.9 | - |
| YUV | 201.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 192 | 0 | 0.11 | 0.12 | 0.14 | 4.44 | 0.27 | 0.81 |
| Hex | DB | C2 | C0 | 0 | B | C | E | 4 | 1B | 51 |
| Octal | 333 | 302 | 300 | 0 | 13 | 14 | 16 | 4 | 33 | 121 |
| Binary | 11011011 | 11000010 | 11000000 | 0 | 1011 | 1100 | 1110 | 100 | 11011 | 1010001 |
Color Harmonies of #DBC2C0
Complementary color
Monochromatic Colors of #DBC2C0
Black with #DBC2C0
Text Example
Text Example
White with #DBC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2C0; }
p { color: rgb(219,194,192); }
H1.HeaderClassName
{
color: #DBC2C0;
}
.AnyTagClassName
{
color: #DBC2C0;
}
</style>
background-color css
<style>
a { background-color: #DBC2C0; }
a { background-color: rgb(219,194,192); }
div.DivClassName
{
background-color: #DBC2C0;
}
.BgClassName
{
background-color: #DBC2C0;
}
</style>
border-color css
<style>
span { border-color: #DBC2C0; }
span { border-color: rgb(219,194,192); }
td.TdClassName
{
border-color: #DBC2C0;
}
.TagClassName
{
border-color: #DBC2C0;
}
</style>