Shades of Tusk #DEE0B1
Tints of Tusk #DEE0B1
RGB
CMYK
RGB Variations
Color information
#DEE0B1 (or 0xDEE0B1) is known color: Tusk. HEX triplet: DE, E0 and B1. RGB value is (222,224,177). Sum of RGB (Red+Green+Blue) = 222+224+177=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0B1 is #211F4E. Grayscale: #DADADA. Windows color (decimal): -2170703 or 11657438. OLE color: 11657438.
HSL color Cylindrical-coordinate representation of color #DEE0B1: hue angle of 62.55º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEE0B1 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 177 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.12 |
| HSL | 62.55º | 0.43% | 0.79% | - |
| HSV(B) | 62.55º | 0.21% | 0.88% | - |
| XYZ | 64.72 | 72.02 | 52.08 | - |
| YUV | 218.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 177 | 0.01 | 0 | 0.21 | 0.12 | 62.55 | 0.43 | 0.79 |
| Hex | DE | E0 | B1 | 1 | 0 | 15 | C | 3F | 2B | 4F |
| Octal | 336 | 340 | 261 | 1 | 0 | 25 | 14 | 77 | 53 | 117 |
| Binary | 11011110 | 11100000 | 10110001 | 1 | 0 | 10101 | 1100 | 111111 | 101011 | 1001111 |
Color Harmonies of #DEE0B1
Complementary color
Monochromatic Colors of #DEE0B1
Black with #DEE0B1
Text Example
Text Example
White with #DEE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0B1; }
p { color: rgb(222,224,177); }
H1.HeaderClassName
{
color: #DEE0B1;
}
.AnyTagClassName
{
color: #DEE0B1;
}
</style>
background-color css
<style>
a { background-color: #DEE0B1; }
a { background-color: rgb(222,224,177); }
div.DivClassName
{
background-color: #DEE0B1;
}
.BgClassName
{
background-color: #DEE0B1;
}
</style>
border-color css
<style>
span { border-color: #DEE0B1; }
span { border-color: rgb(222,224,177); }
td.TdClassName
{
border-color: #DEE0B1;
}
.TagClassName
{
border-color: #DEE0B1;
}
</style>