Shades of Bone #DEBFA5
Tints of Bone #DEBFA5
RGB
CMYK
RGB Variations
Color information
#DEBFA5 (or 0xDEBFA5) is known color: Bone. HEX triplet: DE, BF and A5. RGB value is (222,191,165). Sum of RGB (Red+Green+Blue) = 222+191+165=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFA5 is #21405A. Grayscale: #C5C5C5. Windows color (decimal): -2179163 or 10862558. OLE color: 10862558.
HSL color Cylindrical-coordinate representation of color #DEBFA5: hue angle of 27.37º degrees, saturation: 0.46, 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 #DEBFA5 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 165 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.13 |
| HSL | 27.37º | 0.46% | 0.76% | - |
| HSV(B) | 27.37º | 0.26% | 0.87% | - |
| XYZ | 55.55 | 55.51 | 43.38 | - |
| YUV | 197.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 165 | 0 | 0.14 | 0.26 | 0.13 | 27.37 | 0.46 | 0.76 |
| Hex | DE | BF | A5 | 0 | E | 1A | D | 1B | 2E | 4C |
| Octal | 336 | 277 | 245 | 0 | 16 | 32 | 15 | 33 | 56 | 114 |
| Binary | 11011110 | 10111111 | 10100101 | 0 | 1110 | 11010 | 1101 | 11011 | 101110 | 1001100 |
Color Harmonies of #DEBFA5
Complementary color
Monochromatic Colors of #DEBFA5
Black with #DEBFA5
Text Example
Text Example
White with #DEBFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFA5; }
p { color: rgb(222,191,165); }
H1.HeaderClassName
{
color: #DEBFA5;
}
.AnyTagClassName
{
color: #DEBFA5;
}
</style>
background-color css
<style>
a { background-color: #DEBFA5; }
a { background-color: rgb(222,191,165); }
div.DivClassName
{
background-color: #DEBFA5;
}
.BgClassName
{
background-color: #DEBFA5;
}
</style>
border-color css
<style>
span { border-color: #DEBFA5; }
span { border-color: rgb(222,191,165); }
td.TdClassName
{
border-color: #DEBFA5;
}
.TagClassName
{
border-color: #DEBFA5;
}
</style>