Shades of Tusk #DEEAA5
Tints of Tusk #DEEAA5
RGB
CMYK
RGB Variations
Color information
#DEEAA5 (or 0xDEEAA5) is known color: Tusk. HEX triplet: DE, EA and A5. RGB value is (222,234,165). Sum of RGB (Red+Green+Blue) = 222+234+165=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAA5 is #21155A. Grayscale: #DEDEDE. Windows color (decimal): -2168155 or 10873566. OLE color: 10873566.
HSL color Cylindrical-coordinate representation of color #DEEAA5: hue angle of 70.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEEAA5 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 165 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.08 |
| HSL | 70.43º | 0.62% | 0.78% | - |
| HSV(B) | 70.43º | 0.29% | 0.92% | - |
| XYZ | 66.34 | 77.09 | 46.98 | - |
| YUV | 222.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 165 | 0.05 | 0 | 0.29 | 0.08 | 70.43 | 0.62 | 0.78 |
| Hex | DE | EA | A5 | 5 | 0 | 1D | 8 | 46 | 3E | 4E |
| Octal | 336 | 352 | 245 | 5 | 0 | 35 | 10 | 106 | 76 | 116 |
| Binary | 11011110 | 11101010 | 10100101 | 101 | 0 | 11101 | 1000 | 1000110 | 111110 | 1001110 |
Color Harmonies of #DEEAA5
Complementary color
Monochromatic Colors of #DEEAA5
Black with #DEEAA5
Text Example
Text Example
White with #DEEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAA5; }
p { color: rgb(222,234,165); }
H1.HeaderClassName
{
color: #DEEAA5;
}
.AnyTagClassName
{
color: #DEEAA5;
}
</style>
background-color css
<style>
a { background-color: #DEEAA5; }
a { background-color: rgb(222,234,165); }
div.DivClassName
{
background-color: #DEEAA5;
}
.BgClassName
{
background-color: #DEEAA5;
}
</style>
border-color css
<style>
span { border-color: #DEEAA5; }
span { border-color: rgb(222,234,165); }
td.TdClassName
{
border-color: #DEEAA5;
}
.TagClassName
{
border-color: #DEEAA5;
}
</style>