Shades of Bone #DEBFA4
Tints of Bone #DEBFA4
RGB
CMYK
RGB Variations
Color information
#DEBFA4 (or 0xDEBFA4) is known color: Bone. HEX triplet: DE, BF and A4. RGB value is (222,191,164). Sum of RGB (Red+Green+Blue) = 222+191+164=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFA4 is #21405B. Grayscale: #C5C5C5. Windows color (decimal): -2179164 or 10797022. OLE color: 10797022.
HSL color Cylindrical-coordinate representation of color #DEBFA4: hue angle of 27.93º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBFA4 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 164 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.13 |
| HSL | 27.93º | 0.47% | 0.76% | - |
| HSV(B) | 27.93º | 0.26% | 0.87% | - |
| XYZ | 55.46 | 55.47 | 42.91 | - |
| YUV | 197.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 164 | 0 | 0.14 | 0.26 | 0.13 | 27.93 | 0.47 | 0.76 |
| Hex | DE | BF | A4 | 0 | E | 1A | D | 1C | 2F | 4C |
| Octal | 336 | 277 | 244 | 0 | 16 | 32 | 15 | 34 | 57 | 114 |
| Binary | 11011110 | 10111111 | 10100100 | 0 | 1110 | 11010 | 1101 | 11100 | 101111 | 1001100 |
Color Harmonies of #DEBFA4
Complementary color
Monochromatic Colors of #DEBFA4
Black with #DEBFA4
Text Example
Text Example
White with #DEBFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFA4; }
p { color: rgb(222,191,164); }
H1.HeaderClassName
{
color: #DEBFA4;
}
.AnyTagClassName
{
color: #DEBFA4;
}
</style>
background-color css
<style>
a { background-color: #DEBFA4; }
a { background-color: rgb(222,191,164); }
div.DivClassName
{
background-color: #DEBFA4;
}
.BgClassName
{
background-color: #DEBFA4;
}
</style>
border-color css
<style>
span { border-color: #DEBFA4; }
span { border-color: rgb(222,191,164); }
td.TdClassName
{
border-color: #DEBFA4;
}
.TagClassName
{
border-color: #DEBFA4;
}
</style>