Shades of Bone #DEC2AB
Tints of Bone #DEC2AB
RGB
CMYK
RGB Variations
Color information
#DEC2AB (or 0xDEC2AB) is known color: Bone. HEX triplet: DE, C2 and AB. RGB value is (222,194,171). Sum of RGB (Red+Green+Blue) = 222+194+171=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC2AB is #213D54. Grayscale: #C7C7C7. Windows color (decimal): -2178389 or 11256542. OLE color: 11256542.
HSL color Cylindrical-coordinate representation of color #DEC2AB: hue angle of 27.06º 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 #DEC2AB is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 171 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.13 |
| HSL | 27.06º | 0.44% | 0.77% | - |
| HSV(B) | 27.06º | 0.23% | 0.87% | - |
| XYZ | 56.77 | 57.05 | 46.55 | - |
| YUV | 199.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 171 | 0 | 0.13 | 0.23 | 0.13 | 27.06 | 0.44 | 0.77 |
| Hex | DE | C2 | AB | 0 | D | 17 | D | 1B | 2C | 4D |
| Octal | 336 | 302 | 253 | 0 | 15 | 27 | 15 | 33 | 54 | 115 |
| Binary | 11011110 | 11000010 | 10101011 | 0 | 1101 | 10111 | 1101 | 11011 | 101100 | 1001101 |
Color Harmonies of #DEC2AB
Complementary color
Monochromatic Colors of #DEC2AB
Black with #DEC2AB
Text Example
Text Example
White with #DEC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2AB; }
p { color: rgb(222,194,171); }
H1.HeaderClassName
{
color: #DEC2AB;
}
.AnyTagClassName
{
color: #DEC2AB;
}
</style>
background-color css
<style>
a { background-color: #DEC2AB; }
a { background-color: rgb(222,194,171); }
div.DivClassName
{
background-color: #DEC2AB;
}
.BgClassName
{
background-color: #DEC2AB;
}
</style>
border-color css
<style>
span { border-color: #DEC2AB; }
span { border-color: rgb(222,194,171); }
td.TdClassName
{
border-color: #DEC2AB;
}
.TagClassName
{
border-color: #DEC2AB;
}
</style>