Shades of Bone #DEC1A6
Tints of Bone #DEC1A6
RGB
CMYK
RGB Variations
Color information
#DEC1A6 (or 0xDEC1A6) is known color: Bone. HEX triplet: DE, C1 and A6. RGB value is (222,193,166). Sum of RGB (Red+Green+Blue) = 222+193+166=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC1A6 is #213E59. Grayscale: #C6C6C6. Windows color (decimal): -2178650 or 10928606. OLE color: 10928606.
HSL color Cylindrical-coordinate representation of color #DEC1A6: hue angle of 28.93º degrees, saturation: 0.46, 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 #DEC1A6 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 166 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.13 |
| HSL | 28.93º | 0.46% | 0.76% | - |
| HSV(B) | 28.93º | 0.25% | 0.87% | - |
| XYZ | 56.08 | 56.42 | 44.01 | - |
| YUV | 198.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 166 | 0 | 0.13 | 0.25 | 0.13 | 28.93 | 0.46 | 0.76 |
| Hex | DE | C1 | A6 | 0 | D | 19 | D | 1D | 2E | 4C |
| Octal | 336 | 301 | 246 | 0 | 15 | 31 | 15 | 35 | 56 | 114 |
| Binary | 11011110 | 11000001 | 10100110 | 0 | 1101 | 11001 | 1101 | 11101 | 101110 | 1001100 |
Color Harmonies of #DEC1A6
Complementary color
Monochromatic Colors of #DEC1A6
Black with #DEC1A6
Text Example
Text Example
White with #DEC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1A6; }
p { color: rgb(222,193,166); }
H1.HeaderClassName
{
color: #DEC1A6;
}
.AnyTagClassName
{
color: #DEC1A6;
}
</style>
background-color css
<style>
a { background-color: #DEC1A6; }
a { background-color: rgb(222,193,166); }
div.DivClassName
{
background-color: #DEC1A6;
}
.BgClassName
{
background-color: #DEC1A6;
}
</style>
border-color css
<style>
span { border-color: #DEC1A6; }
span { border-color: rgb(222,193,166); }
td.TdClassName
{
border-color: #DEC1A6;
}
.TagClassName
{
border-color: #DEC1A6;
}
</style>