Shades of Bone #DEC6AB
Tints of Bone #DEC6AB
RGB
CMYK
RGB Variations
Color information
#DEC6AB (or 0xDEC6AB) is known color: Bone. HEX triplet: DE, C6 and AB. RGB value is (222,198,171). Sum of RGB (Red+Green+Blue) = 222+198+171=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC6AB is #213954. Grayscale: #CACACA. Windows color (decimal): -2177365 or 11257566. OLE color: 11257566.
HSL color Cylindrical-coordinate representation of color #DEC6AB: hue angle of 31.76º 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 #DEC6AB is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 171 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.13 |
| HSL | 31.76º | 0.44% | 0.77% | - |
| HSV(B) | 31.76º | 0.23% | 0.87% | - |
| XYZ | 57.67 | 58.86 | 46.85 | - |
| YUV | 202.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 171 | 0 | 0.11 | 0.23 | 0.13 | 31.76 | 0.44 | 0.77 |
| Hex | DE | C6 | AB | 0 | B | 17 | D | 20 | 2C | 4D |
| Octal | 336 | 306 | 253 | 0 | 13 | 27 | 15 | 40 | 54 | 115 |
| Binary | 11011110 | 11000110 | 10101011 | 0 | 1011 | 10111 | 1101 | 100000 | 101100 | 1001101 |
Color Harmonies of #DEC6AB
Complementary color
Monochromatic Colors of #DEC6AB
Black with #DEC6AB
Text Example
Text Example
White with #DEC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6AB; }
p { color: rgb(222,198,171); }
H1.HeaderClassName
{
color: #DEC6AB;
}
.AnyTagClassName
{
color: #DEC6AB;
}
</style>
background-color css
<style>
a { background-color: #DEC6AB; }
a { background-color: rgb(222,198,171); }
div.DivClassName
{
background-color: #DEC6AB;
}
.BgClassName
{
background-color: #DEC6AB;
}
</style>
border-color css
<style>
span { border-color: #DEC6AB; }
span { border-color: rgb(222,198,171); }
td.TdClassName
{
border-color: #DEC6AB;
}
.TagClassName
{
border-color: #DEC6AB;
}
</style>