Shades of Bone #DEC1AA
Tints of Bone #DEC1AA
RGB
CMYK
RGB Variations
Color information
#DEC1AA (or 0xDEC1AA) is known color: Bone. HEX triplet: DE, C1 and AA. RGB value is (222,193,170). Sum of RGB (Red+Green+Blue) = 222+193+170=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC1AA is #213E55. Grayscale: #C7C7C7. Windows color (decimal): -2178646 or 11190750. OLE color: 11190750.
HSL color Cylindrical-coordinate representation of color #DEC1AA: hue angle of 26.54º 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 #DEC1AA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 170 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.13 |
| HSL | 26.54º | 0.44% | 0.77% | - |
| HSV(B) | 26.54º | 0.23% | 0.87% | - |
| XYZ | 56.45 | 56.57 | 45.97 | - |
| YUV | 199.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 170 | 0 | 0.13 | 0.23 | 0.13 | 26.54 | 0.44 | 0.77 |
| Hex | DE | C1 | AA | 0 | D | 17 | D | 1B | 2C | 4D |
| Octal | 336 | 301 | 252 | 0 | 15 | 27 | 15 | 33 | 54 | 115 |
| Binary | 11011110 | 11000001 | 10101010 | 0 | 1101 | 10111 | 1101 | 11011 | 101100 | 1001101 |
Color Harmonies of #DEC1AA
Complementary color
Monochromatic Colors of #DEC1AA
Black with #DEC1AA
Text Example
Text Example
White with #DEC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1AA; }
p { color: rgb(222,193,170); }
H1.HeaderClassName
{
color: #DEC1AA;
}
.AnyTagClassName
{
color: #DEC1AA;
}
</style>
background-color css
<style>
a { background-color: #DEC1AA; }
a { background-color: rgb(222,193,170); }
div.DivClassName
{
background-color: #DEC1AA;
}
.BgClassName
{
background-color: #DEC1AA;
}
</style>
border-color css
<style>
span { border-color: #DEC1AA; }
span { border-color: rgb(222,193,170); }
td.TdClassName
{
border-color: #DEC1AA;
}
.TagClassName
{
border-color: #DEC1AA;
}
</style>