Shades of Tusk #DEECA8
Tints of Tusk #DEECA8
RGB
CMYK
RGB Variations
Color information
#DEECA8 (or 0xDEECA8) is known color: Tusk. HEX triplet: DE, EC and A8. RGB value is (222,236,168). Sum of RGB (Red+Green+Blue) = 222+236+168=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECA8 is #211357. Grayscale: #E0E0E0. Windows color (decimal): -2167640 or 11070686. OLE color: 11070686.
HSL color Cylindrical-coordinate representation of color #DEECA8: hue angle of 72.35º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEECA8 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 168 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.07 |
| HSL | 72.35º | 0.64% | 0.79% | - |
| HSV(B) | 72.35º | 0.29% | 0.93% | - |
| XYZ | 67.19 | 78.35 | 48.63 | - |
| YUV | 224.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 168 | 0.06 | 0 | 0.29 | 0.07 | 72.35 | 0.64 | 0.79 |
| Hex | DE | EC | A8 | 6 | 0 | 1D | 7 | 48 | 40 | 4F |
| Octal | 336 | 354 | 250 | 6 | 0 | 35 | 7 | 110 | 100 | 117 |
| Binary | 11011110 | 11101100 | 10101000 | 110 | 0 | 11101 | 111 | 1001000 | 1000000 | 1001111 |
Color Harmonies of #DEECA8
Complementary color
Monochromatic Colors of #DEECA8
Black with #DEECA8
Text Example
Text Example
White with #DEECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECA8; }
p { color: rgb(222,236,168); }
H1.HeaderClassName
{
color: #DEECA8;
}
.AnyTagClassName
{
color: #DEECA8;
}
</style>
background-color css
<style>
a { background-color: #DEECA8; }
a { background-color: rgb(222,236,168); }
div.DivClassName
{
background-color: #DEECA8;
}
.BgClassName
{
background-color: #DEECA8;
}
</style>
border-color css
<style>
span { border-color: #DEECA8; }
span { border-color: rgb(222,236,168); }
td.TdClassName
{
border-color: #DEECA8;
}
.TagClassName
{
border-color: #DEECA8;
}
</style>