Shades of Alto #DBC6C4
Tints of Alto #DBC6C4
RGB
CMYK
RGB Variations
Color information
#DBC6C4 (or 0xDBC6C4) is known color: Alto. HEX triplet: DB, C6 and C4. RGB value is (219,198,196). Sum of RGB (Red+Green+Blue) = 219+198+196=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6C4 is #24393B. Grayscale: #CCCCCC. Windows color (decimal): -2373948 or 12895963. OLE color: 12895963.
HSL color Cylindrical-coordinate representation of color #DBC6C4: hue angle of 5.22º 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 #DBC6C4 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 196 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.14 |
| HSL | 5.22º | 0.24% | 0.81% | - |
| HSV(B) | 5.22º | 0.11% | 0.86% | - |
| XYZ | 59.37 | 59.43 | 60.57 | - |
| YUV | 204.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 196 | 0 | 0.10 | 0.11 | 0.14 | 5.22 | 0.24 | 0.81 |
| Hex | DB | C6 | C4 | 0 | A | B | E | 5 | 18 | 51 |
| Octal | 333 | 306 | 304 | 0 | 12 | 13 | 16 | 5 | 30 | 121 |
| Binary | 11011011 | 11000110 | 11000100 | 0 | 1010 | 1011 | 1110 | 101 | 11000 | 1010001 |
Color Harmonies of #DBC6C4
Complementary color
Monochromatic Colors of #DBC6C4
Black with #DBC6C4
Text Example
Text Example
White with #DBC6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6C4; }
p { color: rgb(219,198,196); }
H1.HeaderClassName
{
color: #DBC6C4;
}
.AnyTagClassName
{
color: #DBC6C4;
}
</style>
background-color css
<style>
a { background-color: #DBC6C4; }
a { background-color: rgb(219,198,196); }
div.DivClassName
{
background-color: #DBC6C4;
}
.BgClassName
{
background-color: #DBC6C4;
}
</style>
border-color css
<style>
span { border-color: #DBC6C4; }
span { border-color: rgb(219,198,196); }
td.TdClassName
{
border-color: #DBC6C4;
}
.TagClassName
{
border-color: #DBC6C4;
}
</style>