Shades of Bone #DEBEA1
Tints of Bone #DEBEA1
RGB
CMYK
RGB Variations
Color information
#DEBEA1 (or 0xDEBEA1) is known color: Bone. HEX triplet: DE, BE and A1. RGB value is (222,190,161). Sum of RGB (Red+Green+Blue) = 222+190+161=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEA1 is #21415E. Grayscale: #C4C4C4. Windows color (decimal): -2179423 or 10600158. OLE color: 10600158.
HSL color Cylindrical-coordinate representation of color #DEBEA1: hue angle of 28.52º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEBEA1 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 161 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.13 |
| HSL | 28.52º | 0.48% | 0.75% | - |
| HSV(B) | 28.52º | 0.27% | 0.87% | - |
| XYZ | 54.97 | 54.93 | 41.42 | - |
| YUV | 196.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 161 | 0 | 0.14 | 0.27 | 0.13 | 28.52 | 0.48 | 0.75 |
| Hex | DE | BE | A1 | 0 | E | 1B | D | 1D | 30 | 4B |
| Octal | 336 | 276 | 241 | 0 | 16 | 33 | 15 | 35 | 60 | 113 |
| Binary | 11011110 | 10111110 | 10100001 | 0 | 1110 | 11011 | 1101 | 11101 | 110000 | 1001011 |
Color Harmonies of #DEBEA1
Complementary color
Monochromatic Colors of #DEBEA1
Black with #DEBEA1
Text Example
Text Example
White with #DEBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEA1; }
p { color: rgb(222,190,161); }
H1.HeaderClassName
{
color: #DEBEA1;
}
.AnyTagClassName
{
color: #DEBEA1;
}
</style>
background-color css
<style>
a { background-color: #DEBEA1; }
a { background-color: rgb(222,190,161); }
div.DivClassName
{
background-color: #DEBEA1;
}
.BgClassName
{
background-color: #DEBEA1;
}
</style>
border-color css
<style>
span { border-color: #DEBEA1; }
span { border-color: rgb(222,190,161); }
td.TdClassName
{
border-color: #DEBEA1;
}
.TagClassName
{
border-color: #DEBEA1;
}
</style>