Shades of Tusk #DEE19F
Tints of Tusk #DEE19F
RGB
CMYK
RGB Variations
Color information
#DEE19F (or 0xDEE19F) is known color: Tusk. HEX triplet: DE, E1 and 9F. RGB value is (222,225,159). Sum of RGB (Red+Green+Blue) = 222+225+159=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE19F is #211E60. Grayscale: #D8D8D8. Windows color (decimal): -2170465 or 10478046. OLE color: 10478046.
HSL color Cylindrical-coordinate representation of color #DEE19F: hue angle of 62.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEE19F is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 159 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.12 |
| HSL | 62.73º | 0.52% | 0.75% | - |
| HSV(B) | 62.73º | 0.29% | 0.88% | - |
| XYZ | 63.31 | 71.88 | 43.34 | - |
| YUV | 216.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 159 | 0.01 | 0 | 0.29 | 0.12 | 62.73 | 0.52 | 0.75 |
| Hex | DE | E1 | 9F | 1 | 0 | 1D | C | 3F | 34 | 4B |
| Octal | 336 | 341 | 237 | 1 | 0 | 35 | 14 | 77 | 64 | 113 |
| Binary | 11011110 | 11100001 | 10011111 | 1 | 0 | 11101 | 1100 | 111111 | 110100 | 1001011 |
Color Harmonies of #DEE19F
Complementary color
Monochromatic Colors of #DEE19F
Black with #DEE19F
Text Example
Text Example
White with #DEE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE19F; }
p { color: rgb(222,225,159); }
H1.HeaderClassName
{
color: #DEE19F;
}
.AnyTagClassName
{
color: #DEE19F;
}
</style>
background-color css
<style>
a { background-color: #DEE19F; }
a { background-color: rgb(222,225,159); }
div.DivClassName
{
background-color: #DEE19F;
}
.BgClassName
{
background-color: #DEE19F;
}
</style>
border-color css
<style>
span { border-color: #DEE19F; }
span { border-color: rgb(222,225,159); }
td.TdClassName
{
border-color: #DEE19F;
}
.TagClassName
{
border-color: #DEE19F;
}
</style>