Shades of Shilo #DEB3A6
Tints of Shilo #DEB3A6
RGB
CMYK
RGB Variations
Color information
#DEB3A6 (or 0xDEB3A6) is known color: Shilo. HEX triplet: DE, B3 and A6. RGB value is (222,179,166). Sum of RGB (Red+Green+Blue) = 222+179+166=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB3A6 is #214C59. Grayscale: #BEBEBE. Windows color (decimal): -2182234 or 10925022. OLE color: 10925022.
HSL color Cylindrical-coordinate representation of color #DEB3A6: hue angle of 13.93º 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 #DEB3A6 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 166 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.13 |
| HSL | 13.93º | 0.46% | 0.76% | - |
| HSV(B) | 13.93º | 0.25% | 0.87% | - |
| XYZ | 53.13 | 50.52 | 43.03 | - |
| YUV | 190.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 166 | 0 | 0.19 | 0.25 | 0.13 | 13.93 | 0.46 | 0.76 |
| Hex | DE | B3 | A6 | 0 | 13 | 19 | D | E | 2E | 4C |
| Octal | 336 | 263 | 246 | 0 | 23 | 31 | 15 | 16 | 56 | 114 |
| Binary | 11011110 | 10110011 | 10100110 | 0 | 10011 | 11001 | 1101 | 1110 | 101110 | 1001100 |
Color Harmonies of #DEB3A6
Complementary color
Monochromatic Colors of #DEB3A6
Black with #DEB3A6
Text Example
Text Example
White with #DEB3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB3A6; }
p { color: rgb(222,179,166); }
H1.HeaderClassName
{
color: #DEB3A6;
}
.AnyTagClassName
{
color: #DEB3A6;
}
</style>
background-color css
<style>
a { background-color: #DEB3A6; }
a { background-color: rgb(222,179,166); }
div.DivClassName
{
background-color: #DEB3A6;
}
.BgClassName
{
background-color: #DEB3A6;
}
</style>
border-color css
<style>
span { border-color: #DEB3A6; }
span { border-color: rgb(222,179,166); }
td.TdClassName
{
border-color: #DEB3A6;
}
.TagClassName
{
border-color: #DEB3A6;
}
</style>