Shades of Tusk #DEEAA2
Tints of Tusk #DEEAA2
RGB
CMYK
RGB Variations
Color information
#DEEAA2 (or 0xDEEAA2) is known color: Tusk. HEX triplet: DE, EA and A2. RGB value is (222,234,162). Sum of RGB (Red+Green+Blue) = 222+234+162=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAA2 is #21155D. Grayscale: #DEDEDE. Windows color (decimal): -2168158 or 10676958. OLE color: 10676958.
HSL color Cylindrical-coordinate representation of color #DEEAA2: hue angle of 70º degrees, saturation: 0.63, 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 #DEEAA2 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 162 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.08 |
| HSL | 70º | 0.63% | 0.78% | - |
| HSV(B) | 70º | 0.31% | 0.92% | - |
| XYZ | 66.07 | 76.98 | 45.56 | - |
| YUV | 222.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 162 | 0.05 | 0 | 0.31 | 0.08 | 70 | 0.63 | 0.78 |
| Hex | DE | EA | A2 | 5 | 0 | 1F | 8 | 46 | 3F | 4E |
| Octal | 336 | 352 | 242 | 5 | 0 | 37 | 10 | 106 | 77 | 116 |
| Binary | 11011110 | 11101010 | 10100010 | 101 | 0 | 11111 | 1000 | 1000110 | 111111 | 1001110 |
Color Harmonies of #DEEAA2
Complementary color
Monochromatic Colors of #DEEAA2
Black with #DEEAA2
Text Example
Text Example
White with #DEEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAA2; }
p { color: rgb(222,234,162); }
H1.HeaderClassName
{
color: #DEEAA2;
}
.AnyTagClassName
{
color: #DEEAA2;
}
</style>
background-color css
<style>
a { background-color: #DEEAA2; }
a { background-color: rgb(222,234,162); }
div.DivClassName
{
background-color: #DEEAA2;
}
.BgClassName
{
background-color: #DEEAA2;
}
</style>
border-color css
<style>
span { border-color: #DEEAA2; }
span { border-color: rgb(222,234,162); }
td.TdClassName
{
border-color: #DEEAA2;
}
.TagClassName
{
border-color: #DEEAA2;
}
</style>