Shades of Bone #DEC1A7
Tints of Bone #DEC1A7
RGB
CMYK
RGB Variations
Color information
#DEC1A7 (or 0xDEC1A7) is known color: Bone. HEX triplet: DE, C1 and A7. RGB value is (222,193,167). Sum of RGB (Red+Green+Blue) = 222+193+167=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC1A7 is #213E58. Grayscale: #C6C6C6. Windows color (decimal): -2178649 or 10994142. OLE color: 10994142.
HSL color Cylindrical-coordinate representation of color #DEC1A7: hue angle of 28.36º 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 #DEC1A7 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 167 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.13 |
| HSL | 28.36º | 0.45% | 0.76% | - |
| HSV(B) | 28.36º | 0.25% | 0.87% | - |
| XYZ | 56.17 | 56.46 | 44.5 | - |
| YUV | 198.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 167 | 0 | 0.13 | 0.25 | 0.13 | 28.36 | 0.45 | 0.76 |
| Hex | DE | C1 | A7 | 0 | D | 19 | D | 1C | 2D | 4C |
| Octal | 336 | 301 | 247 | 0 | 15 | 31 | 15 | 34 | 55 | 114 |
| Binary | 11011110 | 11000001 | 10100111 | 0 | 1101 | 11001 | 1101 | 11100 | 101101 | 1001100 |
Color Harmonies of #DEC1A7
Complementary color
Monochromatic Colors of #DEC1A7
Black with #DEC1A7
Text Example
Text Example
White with #DEC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1A7; }
p { color: rgb(222,193,167); }
H1.HeaderClassName
{
color: #DEC1A7;
}
.AnyTagClassName
{
color: #DEC1A7;
}
</style>
background-color css
<style>
a { background-color: #DEC1A7; }
a { background-color: rgb(222,193,167); }
div.DivClassName
{
background-color: #DEC1A7;
}
.BgClassName
{
background-color: #DEC1A7;
}
</style>
border-color css
<style>
span { border-color: #DEC1A7; }
span { border-color: rgb(222,193,167); }
td.TdClassName
{
border-color: #DEC1A7;
}
.TagClassName
{
border-color: #DEC1A7;
}
</style>