Shades of Alto #DBC1C1
Tints of Alto #DBC1C1
RGB
CMYK
RGB Variations
Color information
#DBC1C1 (or 0xDBC1C1) is known color: Alto. HEX triplet: DB, C1 and C1. RGB value is (219,193,193). Sum of RGB (Red+Green+Blue) = 219+193+193=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1C1 is #243E3E. Grayscale: #C8C8C8. Windows color (decimal): -2375231 or 12698075. OLE color: 12698075.
HSL color Cylindrical-coordinate representation of color #DBC1C1: hue angle of 0º 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 #DBC1C1 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 193 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.14 |
| HSL | 0º | 0.27% | 0.81% | - |
| HSV(B) | 0º | 0.12% | 0.86% | - |
| XYZ | 57.91 | 57.05 | 58.41 | - |
| YUV | 200.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 193 | 0 | 0.12 | 0.12 | 0.14 | 0 | 0.27 | 0.81 |
| Hex | DB | C1 | C1 | 0 | C | C | E | 0 | 1B | 51 |
| Octal | 333 | 301 | 301 | 0 | 14 | 14 | 16 | 0 | 33 | 121 |
| Binary | 11011011 | 11000001 | 11000001 | 0 | 1100 | 1100 | 1110 | 0 | 11011 | 1010001 |
Color Harmonies of #DBC1C1
Complementary color
Monochromatic Colors of #DBC1C1
Black with #DBC1C1
Text Example
Text Example
White with #DBC1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1C1; }
p { color: rgb(219,193,193); }
H1.HeaderClassName
{
color: #DBC1C1;
}
.AnyTagClassName
{
color: #DBC1C1;
}
</style>
background-color css
<style>
a { background-color: #DBC1C1; }
a { background-color: rgb(219,193,193); }
div.DivClassName
{
background-color: #DBC1C1;
}
.BgClassName
{
background-color: #DBC1C1;
}
</style>
border-color css
<style>
span { border-color: #DBC1C1; }
span { border-color: rgb(219,193,193); }
td.TdClassName
{
border-color: #DBC1C1;
}
.TagClassName
{
border-color: #DBC1C1;
}
</style>