Shades of Alto #DBC3C1
Tints of Alto #DBC3C1
RGB
CMYK
RGB Variations
Color information
#DBC3C1 (or 0xDBC3C1) is known color: Alto. HEX triplet: DB, C3 and C1. RGB value is (219,195,193). Sum of RGB (Red+Green+Blue) = 219+195+193=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C1 is #243C3E. Grayscale: #C9C9C9. Windows color (decimal): -2374719 or 12698587. OLE color: 12698587.
HSL color Cylindrical-coordinate representation of color #DBC3C1: hue angle of 4.62º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC3C1 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 193 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.14 |
| HSL | 4.62º | 0.27% | 0.81% | - |
| HSV(B) | 4.62º | 0.12% | 0.86% | - |
| XYZ | 58.35 | 57.94 | 58.56 | - |
| YUV | 201.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 193 | 0 | 0.11 | 0.12 | 0.14 | 4.62 | 0.27 | 0.81 |
| Hex | DB | C3 | C1 | 0 | B | C | E | 5 | 1B | 51 |
| Octal | 333 | 303 | 301 | 0 | 13 | 14 | 16 | 5 | 33 | 121 |
| Binary | 11011011 | 11000011 | 11000001 | 0 | 1011 | 1100 | 1110 | 101 | 11011 | 1010001 |
Color Harmonies of #DBC3C1
Complementary color
Monochromatic Colors of #DBC3C1
Black with #DBC3C1
Text Example
Text Example
White with #DBC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3C1; }
p { color: rgb(219,195,193); }
H1.HeaderClassName
{
color: #DBC3C1;
}
.AnyTagClassName
{
color: #DBC3C1;
}
</style>
background-color css
<style>
a { background-color: #DBC3C1; }
a { background-color: rgb(219,195,193); }
div.DivClassName
{
background-color: #DBC3C1;
}
.BgClassName
{
background-color: #DBC3C1;
}
</style>
border-color css
<style>
span { border-color: #DBC3C1; }
span { border-color: rgb(219,195,193); }
td.TdClassName
{
border-color: #DBC3C1;
}
.TagClassName
{
border-color: #DBC3C1;
}
</style>