Shades of Tusk #DEEBA1
Tints of Tusk #DEEBA1
RGB
CMYK
RGB Variations
Color information
#DEEBA1 (or 0xDEEBA1) is known color: Tusk. HEX triplet: DE, EB and A1. RGB value is (222,235,161). Sum of RGB (Red+Green+Blue) = 222+235+161=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBA1 is #21145E. Grayscale: #DEDEDE. Windows color (decimal): -2167903 or 10611678. OLE color: 10611678.
HSL color Cylindrical-coordinate representation of color #DEEBA1: hue angle of 70.54º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEEBA1 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 161 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.08 |
| HSL | 70.54º | 0.65% | 0.78% | - |
| HSV(B) | 70.54º | 0.31% | 0.92% | - |
| XYZ | 66.27 | 77.52 | 45.19 | - |
| YUV | 222.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 161 | 0.06 | 0 | 0.31 | 0.08 | 70.54 | 0.65 | 0.78 |
| Hex | DE | EB | A1 | 6 | 0 | 1F | 8 | 47 | 41 | 4E |
| Octal | 336 | 353 | 241 | 6 | 0 | 37 | 10 | 107 | 101 | 116 |
| Binary | 11011110 | 11101011 | 10100001 | 110 | 0 | 11111 | 1000 | 1000111 | 1000001 | 1001110 |
Color Harmonies of #DEEBA1
Complementary color
Monochromatic Colors of #DEEBA1
Black with #DEEBA1
Text Example
Text Example
White with #DEEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBA1; }
p { color: rgb(222,235,161); }
H1.HeaderClassName
{
color: #DEEBA1;
}
.AnyTagClassName
{
color: #DEEBA1;
}
</style>
background-color css
<style>
a { background-color: #DEEBA1; }
a { background-color: rgb(222,235,161); }
div.DivClassName
{
background-color: #DEEBA1;
}
.BgClassName
{
background-color: #DEEBA1;
}
</style>
border-color css
<style>
span { border-color: #DEEBA1; }
span { border-color: rgb(222,235,161); }
td.TdClassName
{
border-color: #DEEBA1;
}
.TagClassName
{
border-color: #DEEBA1;
}
</style>