Shades of Shilo #DEADA2
Tints of Shilo #DEADA2
RGB
CMYK
RGB Variations
Color information
#DEADA2 (or 0xDEADA2) is known color: Shilo. HEX triplet: DE, AD and A2. RGB value is (222,173,162). Sum of RGB (Red+Green+Blue) = 222+173+162=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADA2 is #21525D. Grayscale: #BABABA. Windows color (decimal): -2183774 or 10661342. OLE color: 10661342.
HSL color Cylindrical-coordinate representation of color #DEADA2: hue angle of 11º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEADA2 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 162 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.13 |
| HSL | 11º | 0.48% | 0.75% | - |
| HSV(B) | 11º | 0.27% | 0.87% | - |
| XYZ | 51.59 | 48.03 | 40.73 | - |
| YUV | 186.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 162 | 0 | 0.22 | 0.27 | 0.13 | 11 | 0.48 | 0.75 |
| Hex | DE | AD | A2 | 0 | 16 | 1B | D | B | 30 | 4B |
| Octal | 336 | 255 | 242 | 0 | 26 | 33 | 15 | 13 | 60 | 113 |
| Binary | 11011110 | 10101101 | 10100010 | 0 | 10110 | 11011 | 1101 | 1011 | 110000 | 1001011 |
Color Harmonies of #DEADA2
Complementary color
Monochromatic Colors of #DEADA2
Black with #DEADA2
Text Example
Text Example
White with #DEADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADA2; }
p { color: rgb(222,173,162); }
H1.HeaderClassName
{
color: #DEADA2;
}
.AnyTagClassName
{
color: #DEADA2;
}
</style>
background-color css
<style>
a { background-color: #DEADA2; }
a { background-color: rgb(222,173,162); }
div.DivClassName
{
background-color: #DEADA2;
}
.BgClassName
{
background-color: #DEADA2;
}
</style>
border-color css
<style>
span { border-color: #DEADA2; }
span { border-color: rgb(222,173,162); }
td.TdClassName
{
border-color: #DEADA2;
}
.TagClassName
{
border-color: #DEADA2;
}
</style>