Shades of Alto #DEC7C5
Tints of Alto #DEC7C5
RGB
CMYK
RGB Variations
Color information
#DEC7C5 (or 0xDEC7C5) is known color: Alto. HEX triplet: DE, C7 and C5. RGB value is (222,199,197). Sum of RGB (Red+Green+Blue) = 222+199+197=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7C5 is #21383A. Grayscale: #CDCDCD. Windows color (decimal): -2177083 or 12961758. OLE color: 12961758.
HSL color Cylindrical-coordinate representation of color #DEC7C5: hue angle of 4.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEC7C5 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 197 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.13 |
| HSL | 4.8º | 0.27% | 0.82% | - |
| HSV(B) | 4.8º | 0.11% | 0.87% | - |
| XYZ | 60.63 | 60.41 | 61.29 | - |
| YUV | 205.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 197 | 0 | 0.10 | 0.11 | 0.13 | 4.8 | 0.27 | 0.82 |
| Hex | DE | C7 | C5 | 0 | A | B | D | 5 | 1B | 52 |
| Octal | 336 | 307 | 305 | 0 | 12 | 13 | 15 | 5 | 33 | 122 |
| Binary | 11011110 | 11000111 | 11000101 | 0 | 1010 | 1011 | 1101 | 101 | 11011 | 1010010 |
Color Harmonies of #DEC7C5
Complementary color
Monochromatic Colors of #DEC7C5
Black with #DEC7C5
Text Example
Text Example
White with #DEC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7C5; }
p { color: rgb(222,199,197); }
H1.HeaderClassName
{
color: #DEC7C5;
}
.AnyTagClassName
{
color: #DEC7C5;
}
</style>
background-color css
<style>
a { background-color: #DEC7C5; }
a { background-color: rgb(222,199,197); }
div.DivClassName
{
background-color: #DEC7C5;
}
.BgClassName
{
background-color: #DEC7C5;
}
</style>
border-color css
<style>
span { border-color: #DEC7C5; }
span { border-color: rgb(222,199,197); }
td.TdClassName
{
border-color: #DEC7C5;
}
.TagClassName
{
border-color: #DEC7C5;
}
</style>