Shades of Alto #DECAC8
Tints of Alto #DECAC8
RGB
CMYK
RGB Variations
Color information
#DECAC8 (or 0xDECAC8) is known color: Alto. HEX triplet: DE, CA and C8. RGB value is (222,202,200). Sum of RGB (Red+Green+Blue) = 222+202+200=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAC8 is #213537. Grayscale: #CFCFCF. Windows color (decimal): -2176312 or 13159134. OLE color: 13159134.
HSL color Cylindrical-coordinate representation of color #DECAC8: hue angle of 5.45º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECAC8 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 200 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.13 |
| HSL | 5.45º | 0.25% | 0.83% | - |
| HSV(B) | 5.45º | 0.1% | 0.87% | - |
| XYZ | 61.67 | 61.94 | 63.35 | - |
| YUV | 207.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 200 | 0 | 0.09 | 0.10 | 0.13 | 5.45 | 0.25 | 0.83 |
| Hex | DE | CA | C8 | 0 | 9 | A | D | 5 | 19 | 53 |
| Octal | 336 | 312 | 310 | 0 | 11 | 12 | 15 | 5 | 31 | 123 |
| Binary | 11011110 | 11001010 | 11001000 | 0 | 1001 | 1010 | 1101 | 101 | 11001 | 1010011 |
Color Harmonies of #DECAC8
Complementary color
Monochromatic Colors of #DECAC8
Black with #DECAC8
Text Example
Text Example
White with #DECAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAC8; }
p { color: rgb(222,202,200); }
H1.HeaderClassName
{
color: #DECAC8;
}
.AnyTagClassName
{
color: #DECAC8;
}
</style>
background-color css
<style>
a { background-color: #DECAC8; }
a { background-color: rgb(222,202,200); }
div.DivClassName
{
background-color: #DECAC8;
}
.BgClassName
{
background-color: #DECAC8;
}
</style>
border-color css
<style>
span { border-color: #DECAC8; }
span { border-color: rgb(222,202,200); }
td.TdClassName
{
border-color: #DECAC8;
}
.TagClassName
{
border-color: #DECAC8;
}
</style>