Shades of Tusk #DEE1B4
Tints of Tusk #DEE1B4
RGB
CMYK
RGB Variations
Color information
#DEE1B4 (or 0xDEE1B4) is known color: Tusk. HEX triplet: DE, E1 and B4. RGB value is (222,225,180). Sum of RGB (Red+Green+Blue) = 222+225+180=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1B4 is #211E4B. Grayscale: #DBDBDB. Windows color (decimal): -2170444 or 11854302. OLE color: 11854302.
HSL color Cylindrical-coordinate representation of color #DEE1B4: hue angle of 64º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEE1B4 is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 180 | - |
| CMYK | 0.01 | 0 | 0.2 | 0.12 |
| HSL | 64º | 0.43% | 0.79% | - |
| HSV(B) | 64º | 0.2% | 0.88% | - |
| XYZ | 65.29 | 72.68 | 53.77 | - |
| YUV | 218.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 180 | 0.01 | 0 | 0.2 | 0.12 | 64 | 0.43 | 0.79 |
| Hex | DE | E1 | B4 | 1 | 0 | 14 | C | 40 | 2B | 4F |
| Octal | 336 | 341 | 264 | 1 | 0 | 24 | 14 | 100 | 53 | 117 |
| Binary | 11011110 | 11100001 | 10110100 | 1 | 0 | 10100 | 1100 | 1000000 | 101011 | 1001111 |
Color Harmonies of #DEE1B4
Complementary color
Monochromatic Colors of #DEE1B4
Black with #DEE1B4
Text Example
Text Example
White with #DEE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1B4; }
p { color: rgb(222,225,180); }
H1.HeaderClassName
{
color: #DEE1B4;
}
.AnyTagClassName
{
color: #DEE1B4;
}
</style>
background-color css
<style>
a { background-color: #DEE1B4; }
a { background-color: rgb(222,225,180); }
div.DivClassName
{
background-color: #DEE1B4;
}
.BgClassName
{
background-color: #DEE1B4;
}
</style>
border-color css
<style>
span { border-color: #DEE1B4; }
span { border-color: rgb(222,225,180); }
td.TdClassName
{
border-color: #DEE1B4;
}
.TagClassName
{
border-color: #DEE1B4;
}
</style>