Shades of Tusk #DEECA4
Tints of Tusk #DEECA4
RGB
CMYK
RGB Variations
Color information
#DEECA4 (or 0xDEECA4) is known color: Tusk. HEX triplet: DE, EC and A4. RGB value is (222,236,164). Sum of RGB (Red+Green+Blue) = 222+236+164=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECA4 is #21135B. Grayscale: #DFDFDF. Windows color (decimal): -2167644 or 10808542. OLE color: 10808542.
HSL color Cylindrical-coordinate representation of color #DEECA4: hue angle of 71.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEECA4 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 164 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.07 |
| HSL | 71.67º | 0.65% | 0.78% | - |
| HSV(B) | 71.67º | 0.31% | 0.93% | - |
| XYZ | 66.82 | 78.2 | 46.69 | - |
| YUV | 223.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 164 | 0.06 | 0 | 0.31 | 0.07 | 71.67 | 0.65 | 0.78 |
| Hex | DE | EC | A4 | 6 | 0 | 1F | 7 | 48 | 41 | 4E |
| Octal | 336 | 354 | 244 | 6 | 0 | 37 | 7 | 110 | 101 | 116 |
| Binary | 11011110 | 11101100 | 10100100 | 110 | 0 | 11111 | 111 | 1001000 | 1000001 | 1001110 |
Color Harmonies of #DEECA4
Complementary color
Monochromatic Colors of #DEECA4
Black with #DEECA4
Text Example
Text Example
White with #DEECA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECA4; }
p { color: rgb(222,236,164); }
H1.HeaderClassName
{
color: #DEECA4;
}
.AnyTagClassName
{
color: #DEECA4;
}
</style>
background-color css
<style>
a { background-color: #DEECA4; }
a { background-color: rgb(222,236,164); }
div.DivClassName
{
background-color: #DEECA4;
}
.BgClassName
{
background-color: #DEECA4;
}
</style>
border-color css
<style>
span { border-color: #DEECA4; }
span { border-color: rgb(222,236,164); }
td.TdClassName
{
border-color: #DEECA4;
}
.TagClassName
{
border-color: #DEECA4;
}
</style>