Shades of Alto #DBC9C8
Tints of Alto #DBC9C8
RGB
CMYK
RGB Variations
Color information
#DBC9C8 (or 0xDBC9C8) is known color: Alto. HEX triplet: DB, C9 and C8. RGB value is (219,201,200). Sum of RGB (Red+Green+Blue) = 219+201+200=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9C8 is #243637. Grayscale: #CECECE. Windows color (decimal): -2373176 or 13158875. OLE color: 13158875.
HSL color Cylindrical-coordinate representation of color #DBC9C8: hue angle of 3.16º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC9C8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 200 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.14 |
| HSL | 3.16º | 0.21% | 0.82% | - |
| HSV(B) | 3.16º | 0.09% | 0.86% | - |
| XYZ | 60.53 | 61 | 63.23 | - |
| YUV | 206.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 200 | 0 | 0.08 | 0.09 | 0.14 | 3.16 | 0.21 | 0.82 |
| Hex | DB | C9 | C8 | 0 | 8 | 9 | E | 3 | 15 | 52 |
| Octal | 333 | 311 | 310 | 0 | 10 | 11 | 16 | 3 | 25 | 122 |
| Binary | 11011011 | 11001001 | 11001000 | 0 | 1000 | 1001 | 1110 | 11 | 10101 | 1010010 |
Color Harmonies of #DBC9C8
Complementary color
Monochromatic Colors of #DBC9C8
Black with #DBC9C8
Text Example
Text Example
White with #DBC9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9C8; }
p { color: rgb(219,201,200); }
H1.HeaderClassName
{
color: #DBC9C8;
}
.AnyTagClassName
{
color: #DBC9C8;
}
</style>
background-color css
<style>
a { background-color: #DBC9C8; }
a { background-color: rgb(219,201,200); }
div.DivClassName
{
background-color: #DBC9C8;
}
.BgClassName
{
background-color: #DBC9C8;
}
</style>
border-color css
<style>
span { border-color: #DBC9C8; }
span { border-color: rgb(219,201,200); }
td.TdClassName
{
border-color: #DBC9C8;
}
.TagClassName
{
border-color: #DBC9C8;
}
</style>