Shades of Shilo #DEABA6
Tints of Shilo #DEABA6
RGB
CMYK
RGB Variations
Color information
#DEABA6 (or 0xDEABA6) is known color: Shilo. HEX triplet: DE, AB and A6. RGB value is (222,171,166). Sum of RGB (Red+Green+Blue) = 222+171+166=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEABA6 is #215459. Grayscale: #B9B9B9. Windows color (decimal): -2184282 or 10922974. OLE color: 10922974.
HSL color Cylindrical-coordinate representation of color #DEABA6: hue angle of 5.36º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEABA6 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 166 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.13 |
| HSL | 5.36º | 0.46% | 0.76% | - |
| HSV(B) | 5.36º | 0.25% | 0.87% | - |
| XYZ | 51.57 | 47.41 | 42.51 | - |
| YUV | 185.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 166 | 0 | 0.23 | 0.25 | 0.13 | 5.36 | 0.46 | 0.76 |
| Hex | DE | AB | A6 | 0 | 17 | 19 | D | 5 | 2E | 4C |
| Octal | 336 | 253 | 246 | 0 | 27 | 31 | 15 | 5 | 56 | 114 |
| Binary | 11011110 | 10101011 | 10100110 | 0 | 10111 | 11001 | 1101 | 101 | 101110 | 1001100 |
Color Harmonies of #DEABA6
Complementary color
Monochromatic Colors of #DEABA6
Black with #DEABA6
Text Example
Text Example
White with #DEABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABA6; }
p { color: rgb(222,171,166); }
H1.HeaderClassName
{
color: #DEABA6;
}
.AnyTagClassName
{
color: #DEABA6;
}
</style>
background-color css
<style>
a { background-color: #DEABA6; }
a { background-color: rgb(222,171,166); }
div.DivClassName
{
background-color: #DEABA6;
}
.BgClassName
{
background-color: #DEABA6;
}
</style>
border-color css
<style>
span { border-color: #DEABA6; }
span { border-color: rgb(222,171,166); }
td.TdClassName
{
border-color: #DEABA6;
}
.TagClassName
{
border-color: #DEABA6;
}
</style>