Shades of Bone #DEC3A6
Tints of Bone #DEC3A6
RGB
CMYK
RGB Variations
Color information
#DEC3A6 (or 0xDEC3A6) is known color: Bone. HEX triplet: DE, C3 and A6. RGB value is (222,195,166). Sum of RGB (Red+Green+Blue) = 222+195+166=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC3A6 is #213C59. Grayscale: #C7C7C7. Windows color (decimal): -2178138 or 10929118. OLE color: 10929118.
HSL color Cylindrical-coordinate representation of color #DEC3A6: hue angle of 31.07º 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 #DEC3A6 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 166 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.13 |
| HSL | 31.07º | 0.46% | 0.76% | - |
| HSV(B) | 31.07º | 0.25% | 0.87% | - |
| XYZ | 56.52 | 57.31 | 44.16 | - |
| YUV | 199.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 166 | 0 | 0.12 | 0.25 | 0.13 | 31.07 | 0.46 | 0.76 |
| Hex | DE | C3 | A6 | 0 | C | 19 | D | 1F | 2E | 4C |
| Octal | 336 | 303 | 246 | 0 | 14 | 31 | 15 | 37 | 56 | 114 |
| Binary | 11011110 | 11000011 | 10100110 | 0 | 1100 | 11001 | 1101 | 11111 | 101110 | 1001100 |
Color Harmonies of #DEC3A6
Complementary color
Monochromatic Colors of #DEC3A6
Black with #DEC3A6
Text Example
Text Example
White with #DEC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3A6; }
p { color: rgb(222,195,166); }
H1.HeaderClassName
{
color: #DEC3A6;
}
.AnyTagClassName
{
color: #DEC3A6;
}
</style>
background-color css
<style>
a { background-color: #DEC3A6; }
a { background-color: rgb(222,195,166); }
div.DivClassName
{
background-color: #DEC3A6;
}
.BgClassName
{
background-color: #DEC3A6;
}
</style>
border-color css
<style>
span { border-color: #DEC3A6; }
span { border-color: rgb(222,195,166); }
td.TdClassName
{
border-color: #DEC3A6;
}
.TagClassName
{
border-color: #DEC3A6;
}
</style>