Shades of Alto #DEC5C3
Tints of Alto #DEC5C3
RGB
CMYK
RGB Variations
Color information
#DEC5C3 (or 0xDEC5C3) is known color: Alto. HEX triplet: DE, C5 and C3. RGB value is (222,197,195). Sum of RGB (Red+Green+Blue) = 222+197+195=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5C3 is #213A3C. Grayscale: #CCCCCC. Windows color (decimal): -2177597 or 12830174. OLE color: 12830174.
HSL color Cylindrical-coordinate representation of color #DEC5C3: hue angle of 4.44º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC5C3 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 195 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.13 |
| HSL | 4.44º | 0.29% | 0.82% | - |
| HSV(B) | 4.44º | 0.12% | 0.87% | - |
| XYZ | 59.94 | 59.4 | 59.94 | - |
| YUV | 204.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 195 | 0 | 0.11 | 0.12 | 0.13 | 4.44 | 0.29 | 0.82 |
| Hex | DE | C5 | C3 | 0 | B | C | D | 4 | 1D | 52 |
| Octal | 336 | 305 | 303 | 0 | 13 | 14 | 15 | 4 | 35 | 122 |
| Binary | 11011110 | 11000101 | 11000011 | 0 | 1011 | 1100 | 1101 | 100 | 11101 | 1010010 |
Color Harmonies of #DEC5C3
Complementary color
Monochromatic Colors of #DEC5C3
Black with #DEC5C3
Text Example
Text Example
White with #DEC5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5C3; }
p { color: rgb(222,197,195); }
H1.HeaderClassName
{
color: #DEC5C3;
}
.AnyTagClassName
{
color: #DEC5C3;
}
</style>
background-color css
<style>
a { background-color: #DEC5C3; }
a { background-color: rgb(222,197,195); }
div.DivClassName
{
background-color: #DEC5C3;
}
.BgClassName
{
background-color: #DEC5C3;
}
</style>
border-color css
<style>
span { border-color: #DEC5C3; }
span { border-color: rgb(222,197,195); }
td.TdClassName
{
border-color: #DEC5C3;
}
.TagClassName
{
border-color: #DEC5C3;
}
</style>