Shades of Alto #DBC2BF
Tints of Alto #DBC2BF
RGB
CMYK
RGB Variations
Color information
#DBC2BF (or 0xDBC2BF) is known color: Alto. HEX triplet: DB, C2 and BF. RGB value is (219,194,191). Sum of RGB (Red+Green+Blue) = 219+194+191=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2BF is #243D40. Grayscale: #C9C9C9. Windows color (decimal): -2374977 or 12567259. OLE color: 12567259.
HSL color Cylindrical-coordinate representation of color #DBC2BF: hue angle of 6.43º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC2BF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 191 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.14 |
| HSL | 6.43º | 0.28% | 0.8% | - |
| HSV(B) | 6.43º | 0.13% | 0.86% | - |
| XYZ | 57.91 | 57.41 | 57.32 | - |
| YUV | 201.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 191 | 0 | 0.11 | 0.13 | 0.14 | 6.43 | 0.28 | 0.8 |
| Hex | DB | C2 | BF | 0 | B | D | E | 6 | 1C | 50 |
| Octal | 333 | 302 | 277 | 0 | 13 | 15 | 16 | 6 | 34 | 120 |
| Binary | 11011011 | 11000010 | 10111111 | 0 | 1011 | 1101 | 1110 | 110 | 11100 | 1010000 |
Color Harmonies of #DBC2BF
Complementary color
Monochromatic Colors of #DBC2BF
Black with #DBC2BF
Text Example
Text Example
White with #DBC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2BF; }
p { color: rgb(219,194,191); }
H1.HeaderClassName
{
color: #DBC2BF;
}
.AnyTagClassName
{
color: #DBC2BF;
}
</style>
background-color css
<style>
a { background-color: #DBC2BF; }
a { background-color: rgb(219,194,191); }
div.DivClassName
{
background-color: #DBC2BF;
}
.BgClassName
{
background-color: #DBC2BF;
}
</style>
border-color css
<style>
span { border-color: #DBC2BF; }
span { border-color: rgb(219,194,191); }
td.TdClassName
{
border-color: #DBC2BF;
}
.TagClassName
{
border-color: #DBC2BF;
}
</style>