Shades of Alto #DBC3C2
Tints of Alto #DBC3C2
RGB
CMYK
RGB Variations
Color information
#DBC3C2 (or 0xDBC3C2) is known color: Alto. HEX triplet: DB, C3 and C2. RGB value is (219,195,194). Sum of RGB (Red+Green+Blue) = 219+195+194=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C2 is #243C3D. Grayscale: #CACACA. Windows color (decimal): -2374718 or 12764123. OLE color: 12764123.
HSL color Cylindrical-coordinate representation of color #DBC3C2: hue angle of 2.4º 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 #DBC3C2 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 194 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.14 |
| HSL | 2.4º | 0.26% | 0.81% | - |
| HSV(B) | 2.4º | 0.11% | 0.86% | - |
| XYZ | 58.47 | 57.99 | 59.15 | - |
| YUV | 202.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 194 | 0 | 0.11 | 0.11 | 0.14 | 2.4 | 0.26 | 0.81 |
| Hex | DB | C3 | C2 | 0 | B | B | E | 2 | 1A | 51 |
| Octal | 333 | 303 | 302 | 0 | 13 | 13 | 16 | 2 | 32 | 121 |
| Binary | 11011011 | 11000011 | 11000010 | 0 | 1011 | 1011 | 1110 | 10 | 11010 | 1010001 |
Color Harmonies of #DBC3C2
Complementary color
Monochromatic Colors of #DBC3C2
Black with #DBC3C2
Text Example
Text Example
White with #DBC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3C2; }
p { color: rgb(219,195,194); }
H1.HeaderClassName
{
color: #DBC3C2;
}
.AnyTagClassName
{
color: #DBC3C2;
}
</style>
background-color css
<style>
a { background-color: #DBC3C2; }
a { background-color: rgb(219,195,194); }
div.DivClassName
{
background-color: #DBC3C2;
}
.BgClassName
{
background-color: #DBC3C2;
}
</style>
border-color css
<style>
span { border-color: #DBC3C2; }
span { border-color: rgb(219,195,194); }
td.TdClassName
{
border-color: #DBC3C2;
}
.TagClassName
{
border-color: #DBC3C2;
}
</style>