Shades of Alto #DBC4C2
Tints of Alto #DBC4C2
RGB
CMYK
RGB Variations
Color information
#DBC4C2 (or 0xDBC4C2) is known color: Alto. HEX triplet: DB, C4 and C2. RGB value is (219,196,194). Sum of RGB (Red+Green+Blue) = 219+196+194=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4C2 is #243B3D. Grayscale: #CACACA. Windows color (decimal): -2374462 or 12764379. OLE color: 12764379.
HSL color Cylindrical-coordinate representation of color #DBC4C2: hue angle of 4.8º degrees, saturation: 0.26, 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 #DBC4C2 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 194 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.14 |
| HSL | 4.8º | 0.26% | 0.81% | - |
| HSV(B) | 4.8º | 0.11% | 0.86% | - |
| XYZ | 58.69 | 58.43 | 59.22 | - |
| YUV | 202.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 194 | 0 | 0.11 | 0.11 | 0.14 | 4.8 | 0.26 | 0.81 |
| Hex | DB | C4 | C2 | 0 | B | B | E | 5 | 1A | 51 |
| Octal | 333 | 304 | 302 | 0 | 13 | 13 | 16 | 5 | 32 | 121 |
| Binary | 11011011 | 11000100 | 11000010 | 0 | 1011 | 1011 | 1110 | 101 | 11010 | 1010001 |
Color Harmonies of #DBC4C2
Complementary color
Monochromatic Colors of #DBC4C2
Black with #DBC4C2
Text Example
Text Example
White with #DBC4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4C2; }
p { color: rgb(219,196,194); }
H1.HeaderClassName
{
color: #DBC4C2;
}
.AnyTagClassName
{
color: #DBC4C2;
}
</style>
background-color css
<style>
a { background-color: #DBC4C2; }
a { background-color: rgb(219,196,194); }
div.DivClassName
{
background-color: #DBC4C2;
}
.BgClassName
{
background-color: #DBC4C2;
}
</style>
border-color css
<style>
span { border-color: #DBC4C2; }
span { border-color: rgb(219,196,194); }
td.TdClassName
{
border-color: #DBC4C2;
}
.TagClassName
{
border-color: #DBC4C2;
}
</style>