Shades of Bone #DEC1A8
Tints of Bone #DEC1A8
RGB
CMYK
RGB Variations
Color information
#DEC1A8 (or 0xDEC1A8) is known color: Bone. HEX triplet: DE, C1 and A8. RGB value is (222,193,168). Sum of RGB (Red+Green+Blue) = 222+193+168=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC1A8 is #213E57. Grayscale: #C6C6C6. Windows color (decimal): -2178648 or 11059678. OLE color: 11059678.
HSL color Cylindrical-coordinate representation of color #DEC1A8: hue angle of 27.78º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEC1A8 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 168 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.13 |
| HSL | 27.78º | 0.45% | 0.76% | - |
| HSV(B) | 27.78º | 0.24% | 0.87% | - |
| XYZ | 56.26 | 56.5 | 44.99 | - |
| YUV | 198.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 168 | 0 | 0.13 | 0.24 | 0.13 | 27.78 | 0.45 | 0.76 |
| Hex | DE | C1 | A8 | 0 | D | 18 | D | 1C | 2D | 4C |
| Octal | 336 | 301 | 250 | 0 | 15 | 30 | 15 | 34 | 55 | 114 |
| Binary | 11011110 | 11000001 | 10101000 | 0 | 1101 | 11000 | 1101 | 11100 | 101101 | 1001100 |
Color Harmonies of #DEC1A8
Complementary color
Monochromatic Colors of #DEC1A8
Black with #DEC1A8
Text Example
Text Example
White with #DEC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1A8; }
p { color: rgb(222,193,168); }
H1.HeaderClassName
{
color: #DEC1A8;
}
.AnyTagClassName
{
color: #DEC1A8;
}
</style>
background-color css
<style>
a { background-color: #DEC1A8; }
a { background-color: rgb(222,193,168); }
div.DivClassName
{
background-color: #DEC1A8;
}
.BgClassName
{
background-color: #DEC1A8;
}
</style>
border-color css
<style>
span { border-color: #DEC1A8; }
span { border-color: rgb(222,193,168); }
td.TdClassName
{
border-color: #DEC1A8;
}
.TagClassName
{
border-color: #DEC1A8;
}
</style>