Shades of Tusk #DEEAAD
Tints of Tusk #DEEAAD
RGB
CMYK
RGB Variations
Color information
#DEEAAD (or 0xDEEAAD) is known color: Tusk. HEX triplet: DE, EA and AD. RGB value is (222,234,173). Sum of RGB (Red+Green+Blue) = 222+234+173=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAAD is #211552. Grayscale: #DFDFDF. Windows color (decimal): -2168147 or 11397854. OLE color: 11397854.
HSL color Cylindrical-coordinate representation of color #DEEAAD: hue angle of 71.8º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEEAAD is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 173 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.08 |
| HSL | 71.8º | 0.59% | 0.8% | - |
| HSV(B) | 71.8º | 0.26% | 0.92% | - |
| XYZ | 67.09 | 77.39 | 50.94 | - |
| YUV | 223.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 173 | 0.05 | 0 | 0.26 | 0.08 | 71.8 | 0.59 | 0.8 |
| Hex | DE | EA | AD | 5 | 0 | 1A | 8 | 48 | 3B | 50 |
| Octal | 336 | 352 | 255 | 5 | 0 | 32 | 10 | 110 | 73 | 120 |
| Binary | 11011110 | 11101010 | 10101101 | 101 | 0 | 11010 | 1000 | 1001000 | 111011 | 1010000 |
Color Harmonies of #DEEAAD
Complementary color
Monochromatic Colors of #DEEAAD
Black with #DEEAAD
Text Example
Text Example
White with #DEEAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAAD; }
p { color: rgb(222,234,173); }
H1.HeaderClassName
{
color: #DEEAAD;
}
.AnyTagClassName
{
color: #DEEAAD;
}
</style>
background-color css
<style>
a { background-color: #DEEAAD; }
a { background-color: rgb(222,234,173); }
div.DivClassName
{
background-color: #DEEAAD;
}
.BgClassName
{
background-color: #DEEAAD;
}
</style>
border-color css
<style>
span { border-color: #DEEAAD; }
span { border-color: rgb(222,234,173); }
td.TdClassName
{
border-color: #DEEAAD;
}
.TagClassName
{
border-color: #DEEAAD;
}
</style>