Shades of Alto #DBC5C4
Tints of Alto #DBC5C4
RGB
CMYK
RGB Variations
Color information
#DBC5C4 (or 0xDBC5C4) is known color: Alto. HEX triplet: DB, C5 and C4. RGB value is (219,197,196). Sum of RGB (Red+Green+Blue) = 219+197+196=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5C4 is #243A3B. Grayscale: #CBCBCB. Windows color (decimal): -2374204 or 12895707. OLE color: 12895707.
HSL color Cylindrical-coordinate representation of color #DBC5C4: hue angle of 2.61º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC5C4 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 196 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.14 |
| HSL | 2.61º | 0.24% | 0.81% | - |
| HSV(B) | 2.61º | 0.11% | 0.86% | - |
| XYZ | 59.14 | 58.98 | 60.49 | - |
| YUV | 203.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 196 | 0 | 0.10 | 0.11 | 0.14 | 2.61 | 0.24 | 0.81 |
| Hex | DB | C5 | C4 | 0 | A | B | E | 3 | 18 | 51 |
| Octal | 333 | 305 | 304 | 0 | 12 | 13 | 16 | 3 | 30 | 121 |
| Binary | 11011011 | 11000101 | 11000100 | 0 | 1010 | 1011 | 1110 | 11 | 11000 | 1010001 |
Color Harmonies of #DBC5C4
Complementary color
Monochromatic Colors of #DBC5C4
Black with #DBC5C4
Text Example
Text Example
White with #DBC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5C4; }
p { color: rgb(219,197,196); }
H1.HeaderClassName
{
color: #DBC5C4;
}
.AnyTagClassName
{
color: #DBC5C4;
}
</style>
background-color css
<style>
a { background-color: #DBC5C4; }
a { background-color: rgb(219,197,196); }
div.DivClassName
{
background-color: #DBC5C4;
}
.BgClassName
{
background-color: #DBC5C4;
}
</style>
border-color css
<style>
span { border-color: #DBC5C4; }
span { border-color: rgb(219,197,196); }
td.TdClassName
{
border-color: #DBC5C4;
}
.TagClassName
{
border-color: #DBC5C4;
}
</style>