Shades of Tusk #DEECAC
Tints of Tusk #DEECAC
RGB
CMYK
RGB Variations
Color information
#DEECAC (or 0xDEECAC) is known color: Tusk. HEX triplet: DE, EC and AC. RGB value is (222,236,172). Sum of RGB (Red+Green+Blue) = 222+236+172=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECAC is #211353. Grayscale: #E0E0E0. Windows color (decimal): -2167636 or 11332830. OLE color: 11332830.
HSL color Cylindrical-coordinate representation of color #DEECAC: hue angle of 73.12º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEECAC is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 172 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 73.13º | 0.63% | 0.8% | - |
| HSV(B) | 73.13º | 0.27% | 0.93% | - |
| XYZ | 67.57 | 78.5 | 50.62 | - |
| YUV | 224.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 172 | 0.06 | 0 | 0.27 | 0.07 | 73.13 | 0.63 | 0.8 |
| Hex | DE | EC | AC | 6 | 0 | 1B | 7 | 49 | 3F | 50 |
| Octal | 336 | 354 | 254 | 6 | 0 | 33 | 7 | 111 | 77 | 120 |
| Binary | 11011110 | 11101100 | 10101100 | 110 | 0 | 11011 | 111 | 1001001 | 111111 | 1010000 |
Color Harmonies of #DEECAC
Complementary color
Monochromatic Colors of #DEECAC
Black with #DEECAC
Text Example
Text Example
White with #DEECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECAC; }
p { color: rgb(222,236,172); }
H1.HeaderClassName
{
color: #DEECAC;
}
.AnyTagClassName
{
color: #DEECAC;
}
</style>
background-color css
<style>
a { background-color: #DEECAC; }
a { background-color: rgb(222,236,172); }
div.DivClassName
{
background-color: #DEECAC;
}
.BgClassName
{
background-color: #DEECAC;
}
</style>
border-color css
<style>
span { border-color: #DEECAC; }
span { border-color: rgb(222,236,172); }
td.TdClassName
{
border-color: #DEECAC;
}
.TagClassName
{
border-color: #DEECAC;
}
</style>