Shades of Bone #DEC8AF
Tints of Bone #DEC8AF
RGB
CMYK
RGB Variations
Color information
#DEC8AF (or 0xDEC8AF) is known color: Bone. HEX triplet: DE, C8 and AF. RGB value is (222,200,175). Sum of RGB (Red+Green+Blue) = 222+200+175=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC8AF is #213750. Grayscale: #CBCBCB. Windows color (decimal): -2176849 or 11520222. OLE color: 11520222.
HSL color Cylindrical-coordinate representation of color #DEC8AF: hue angle of 31.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEC8AF is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 175 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.13 |
| HSL | 31.91º | 0.42% | 0.78% | - |
| HSV(B) | 31.91º | 0.21% | 0.87% | - |
| XYZ | 58.52 | 59.93 | 49.04 | - |
| YUV | 203.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 175 | 0 | 0.10 | 0.21 | 0.13 | 31.91 | 0.42 | 0.78 |
| Hex | DE | C8 | AF | 0 | A | 15 | D | 20 | 2A | 4E |
| Octal | 336 | 310 | 257 | 0 | 12 | 25 | 15 | 40 | 52 | 116 |
| Binary | 11011110 | 11001000 | 10101111 | 0 | 1010 | 10101 | 1101 | 100000 | 101010 | 1001110 |
Color Harmonies of #DEC8AF
Complementary color
Monochromatic Colors of #DEC8AF
Black with #DEC8AF
Text Example
Text Example
White with #DEC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC8AF; }
p { color: rgb(222,200,175); }
H1.HeaderClassName
{
color: #DEC8AF;
}
.AnyTagClassName
{
color: #DEC8AF;
}
</style>
background-color css
<style>
a { background-color: #DEC8AF; }
a { background-color: rgb(222,200,175); }
div.DivClassName
{
background-color: #DEC8AF;
}
.BgClassName
{
background-color: #DEC8AF;
}
</style>
border-color css
<style>
span { border-color: #DEC8AF; }
span { border-color: rgb(222,200,175); }
td.TdClassName
{
border-color: #DEC8AF;
}
.TagClassName
{
border-color: #DEC8AF;
}
</style>