Shades of Bone #DEC5AB
Tints of Bone #DEC5AB
RGB
CMYK
RGB Variations
Color information
#DEC5AB (or 0xDEC5AB) is known color: Bone. HEX triplet: DE, C5 and AB. RGB value is (222,197,171). Sum of RGB (Red+Green+Blue) = 222+197+171=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC5AB is #213A54. Grayscale: #C9C9C9. Windows color (decimal): -2177621 or 11257310. OLE color: 11257310.
HSL color Cylindrical-coordinate representation of color #DEC5AB: hue angle of 30.59º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC5AB is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 171 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.13 |
| HSL | 30.59º | 0.44% | 0.77% | - |
| HSV(B) | 30.59º | 0.23% | 0.87% | - |
| XYZ | 57.44 | 58.4 | 46.77 | - |
| YUV | 201.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 171 | 0 | 0.11 | 0.23 | 0.13 | 30.59 | 0.44 | 0.77 |
| Hex | DE | C5 | AB | 0 | B | 17 | D | 1F | 2C | 4D |
| Octal | 336 | 305 | 253 | 0 | 13 | 27 | 15 | 37 | 54 | 115 |
| Binary | 11011110 | 11000101 | 10101011 | 0 | 1011 | 10111 | 1101 | 11111 | 101100 | 1001101 |
Color Harmonies of #DEC5AB
Complementary color
Monochromatic Colors of #DEC5AB
Black with #DEC5AB
Text Example
Text Example
White with #DEC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5AB; }
p { color: rgb(222,197,171); }
H1.HeaderClassName
{
color: #DEC5AB;
}
.AnyTagClassName
{
color: #DEC5AB;
}
</style>
background-color css
<style>
a { background-color: #DEC5AB; }
a { background-color: rgb(222,197,171); }
div.DivClassName
{
background-color: #DEC5AB;
}
.BgClassName
{
background-color: #DEC5AB;
}
</style>
border-color css
<style>
span { border-color: #DEC5AB; }
span { border-color: rgb(222,197,171); }
td.TdClassName
{
border-color: #DEC5AB;
}
.TagClassName
{
border-color: #DEC5AB;
}
</style>