Shades of Alto #DBC3C3
Tints of Alto #DBC3C3
RGB
CMYK
RGB Variations
Color information
#DBC3C3 (or 0xDBC3C3) is known color: Alto. HEX triplet: DB, C3 and C3. RGB value is (219,195,195). Sum of RGB (Red+Green+Blue) = 219+195+195=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C3 is #243C3C. Grayscale: #CACACA. Windows color (decimal): -2374717 or 12829659. OLE color: 12829659.
HSL color Cylindrical-coordinate representation of color #DBC3C3: hue angle of 0º degrees, saturation: 0.25, 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 #DBC3C3 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 195 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.14 |
| HSL | 0º | 0.25% | 0.81% | - |
| HSV(B) | 0º | 0.11% | 0.86% | - |
| XYZ | 58.58 | 58.03 | 59.74 | - |
| YUV | 202.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 195 | 0 | 0.11 | 0.11 | 0.14 | 0 | 0.25 | 0.81 |
| Hex | DB | C3 | C3 | 0 | B | B | E | 0 | 19 | 51 |
| Octal | 333 | 303 | 303 | 0 | 13 | 13 | 16 | 0 | 31 | 121 |
| Binary | 11011011 | 11000011 | 11000011 | 0 | 1011 | 1011 | 1110 | 0 | 11001 | 1010001 |
Color Harmonies of #DBC3C3
Complementary color
Monochromatic Colors of #DBC3C3
Black with #DBC3C3
Text Example
Text Example
White with #DBC3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3C3; }
p { color: rgb(219,195,195); }
H1.HeaderClassName
{
color: #DBC3C3;
}
.AnyTagClassName
{
color: #DBC3C3;
}
</style>
background-color css
<style>
a { background-color: #DBC3C3; }
a { background-color: rgb(219,195,195); }
div.DivClassName
{
background-color: #DBC3C3;
}
.BgClassName
{
background-color: #DBC3C3;
}
</style>
border-color css
<style>
span { border-color: #DBC3C3; }
span { border-color: rgb(219,195,195); }
td.TdClassName
{
border-color: #DBC3C3;
}
.TagClassName
{
border-color: #DBC3C3;
}
</style>