Shades of Shilo #DEAFA9
Tints of Shilo #DEAFA9
RGB
CMYK
RGB Variations
Color information
#DEAFA9 (or 0xDEAFA9) is known color: Shilo. HEX triplet: DE, AF and A9. RGB value is (222,175,169). Sum of RGB (Red+Green+Blue) = 222+175+169=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAFA9 is #215056. Grayscale: #BCBCBC. Windows color (decimal): -2183255 or 11120606. OLE color: 11120606.
HSL color Cylindrical-coordinate representation of color #DEAFA9: hue angle of 6.79º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEAFA9 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 169 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.13 |
| HSL | 6.79º | 0.45% | 0.77% | - |
| HSV(B) | 6.79º | 0.24% | 0.87% | - |
| XYZ | 52.62 | 49.05 | 44.23 | - |
| YUV | 188.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 169 | 0 | 0.21 | 0.24 | 0.13 | 6.79 | 0.45 | 0.77 |
| Hex | DE | AF | A9 | 0 | 15 | 18 | D | 7 | 2D | 4D |
| Octal | 336 | 257 | 251 | 0 | 25 | 30 | 15 | 7 | 55 | 115 |
| Binary | 11011110 | 10101111 | 10101001 | 0 | 10101 | 11000 | 1101 | 111 | 101101 | 1001101 |
Color Harmonies of #DEAFA9
Complementary color
Monochromatic Colors of #DEAFA9
Black with #DEAFA9
Text Example
Text Example
White with #DEAFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFA9; }
p { color: rgb(222,175,169); }
H1.HeaderClassName
{
color: #DEAFA9;
}
.AnyTagClassName
{
color: #DEAFA9;
}
</style>
background-color css
<style>
a { background-color: #DEAFA9; }
a { background-color: rgb(222,175,169); }
div.DivClassName
{
background-color: #DEAFA9;
}
.BgClassName
{
background-color: #DEAFA9;
}
</style>
border-color css
<style>
span { border-color: #DEAFA9; }
span { border-color: rgb(222,175,169); }
td.TdClassName
{
border-color: #DEAFA9;
}
.TagClassName
{
border-color: #DEAFA9;
}
</style>