Shades of Shilo #DEB1A7
Tints of Shilo #DEB1A7
RGB
CMYK
RGB Variations
Color information
#DEB1A7 (or 0xDEB1A7) is known color: Shilo. HEX triplet: DE, B1 and A7. RGB value is (222,177,167). Sum of RGB (Red+Green+Blue) = 222+177+167=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB1A7 is #214E58. Grayscale: #BDBDBD. Windows color (decimal): -2182745 or 10990046. OLE color: 10990046.
HSL color Cylindrical-coordinate representation of color #DEB1A7: hue angle of 10.91º degrees, saturation: 0.45, 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 #DEB1A7 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 167 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.13 |
| HSL | 10.91º | 0.45% | 0.76% | - |
| HSV(B) | 10.91º | 0.25% | 0.87% | - |
| XYZ | 52.82 | 49.76 | 43.38 | - |
| YUV | 189.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 167 | 0 | 0.20 | 0.25 | 0.13 | 10.91 | 0.45 | 0.76 |
| Hex | DE | B1 | A7 | 0 | 14 | 19 | D | B | 2D | 4C |
| Octal | 336 | 261 | 247 | 0 | 24 | 31 | 15 | 13 | 55 | 114 |
| Binary | 11011110 | 10110001 | 10100111 | 0 | 10100 | 11001 | 1101 | 1011 | 101101 | 1001100 |
Color Harmonies of #DEB1A7
Complementary color
Monochromatic Colors of #DEB1A7
Black with #DEB1A7
Text Example
Text Example
White with #DEB1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1A7; }
p { color: rgb(222,177,167); }
H1.HeaderClassName
{
color: #DEB1A7;
}
.AnyTagClassName
{
color: #DEB1A7;
}
</style>
background-color css
<style>
a { background-color: #DEB1A7; }
a { background-color: rgb(222,177,167); }
div.DivClassName
{
background-color: #DEB1A7;
}
.BgClassName
{
background-color: #DEB1A7;
}
</style>
border-color css
<style>
span { border-color: #DEB1A7; }
span { border-color: rgb(222,177,167); }
td.TdClassName
{
border-color: #DEB1A7;
}
.TagClassName
{
border-color: #DEB1A7;
}
</style>