Shades of Alto #DBC8C6
Tints of Alto #DBC8C6
RGB
CMYK
RGB Variations
Color information
#DBC8C6 (or 0xDBC8C6) is known color: Alto. HEX triplet: DB, C8 and C6. RGB value is (219,200,198). Sum of RGB (Red+Green+Blue) = 219+200+198=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8C6 is #243739. Grayscale: #CDCDCD. Windows color (decimal): -2373434 or 13027547. OLE color: 13027547.
HSL color Cylindrical-coordinate representation of color #DBC8C6: hue angle of 5.71º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC8C6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 198 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.14 |
| HSL | 5.71º | 0.23% | 0.82% | - |
| HSV(B) | 5.71º | 0.1% | 0.86% | - |
| XYZ | 60.06 | 60.45 | 61.93 | - |
| YUV | 205.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 198 | 0 | 0.09 | 0.10 | 0.14 | 5.71 | 0.23 | 0.82 |
| Hex | DB | C8 | C6 | 0 | 9 | A | E | 6 | 17 | 52 |
| Octal | 333 | 310 | 306 | 0 | 11 | 12 | 16 | 6 | 27 | 122 |
| Binary | 11011011 | 11001000 | 11000110 | 0 | 1001 | 1010 | 1110 | 110 | 10111 | 1010010 |
Color Harmonies of #DBC8C6
Complementary color
Monochromatic Colors of #DBC8C6
Black with #DBC8C6
Text Example
Text Example
White with #DBC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8C6; }
p { color: rgb(219,200,198); }
H1.HeaderClassName
{
color: #DBC8C6;
}
.AnyTagClassName
{
color: #DBC8C6;
}
</style>
background-color css
<style>
a { background-color: #DBC8C6; }
a { background-color: rgb(219,200,198); }
div.DivClassName
{
background-color: #DBC8C6;
}
.BgClassName
{
background-color: #DBC8C6;
}
</style>
border-color css
<style>
span { border-color: #DBC8C6; }
span { border-color: rgb(219,200,198); }
td.TdClassName
{
border-color: #DBC8C6;
}
.TagClassName
{
border-color: #DBC8C6;
}
</style>