Shades of Bone #DEC4AC
Tints of Bone #DEC4AC
RGB
CMYK
RGB Variations
Color information
#DEC4AC (or 0xDEC4AC) is known color: Bone. HEX triplet: DE, C4 and AC. RGB value is (222,196,172). Sum of RGB (Red+Green+Blue) = 222+196+172=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC4AC is #213B53. Grayscale: #C9C9C9. Windows color (decimal): -2177876 or 11322590. OLE color: 11322590.
HSL color Cylindrical-coordinate representation of color #DEC4AC: hue angle of 28.8º degrees, saturation: 0.43, 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 #DEC4AC is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 172 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.13 |
| HSL | 28.8º | 0.43% | 0.77% | - |
| HSV(B) | 28.8º | 0.23% | 0.87% | - |
| XYZ | 57.31 | 57.99 | 47.2 | - |
| YUV | 201.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 172 | 0 | 0.12 | 0.23 | 0.13 | 28.8 | 0.43 | 0.77 |
| Hex | DE | C4 | AC | 0 | C | 17 | D | 1D | 2B | 4D |
| Octal | 336 | 304 | 254 | 0 | 14 | 27 | 15 | 35 | 53 | 115 |
| Binary | 11011110 | 11000100 | 10101100 | 0 | 1100 | 10111 | 1101 | 11101 | 101011 | 1001101 |
Color Harmonies of #DEC4AC
Complementary color
Monochromatic Colors of #DEC4AC
Black with #DEC4AC
Text Example
Text Example
White with #DEC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4AC; }
p { color: rgb(222,196,172); }
H1.HeaderClassName
{
color: #DEC4AC;
}
.AnyTagClassName
{
color: #DEC4AC;
}
</style>
background-color css
<style>
a { background-color: #DEC4AC; }
a { background-color: rgb(222,196,172); }
div.DivClassName
{
background-color: #DEC4AC;
}
.BgClassName
{
background-color: #DEC4AC;
}
</style>
border-color css
<style>
span { border-color: #DEC4AC; }
span { border-color: rgb(222,196,172); }
td.TdClassName
{
border-color: #DEC4AC;
}
.TagClassName
{
border-color: #DEC4AC;
}
</style>