Shades of Tusk #DEECAB
Tints of Tusk #DEECAB
RGB
CMYK
RGB Variations
Color information
#DEECAB (or 0xDEECAB) is known color: Tusk. HEX triplet: DE, EC and AB. RGB value is (222,236,171). Sum of RGB (Red+Green+Blue) = 222+236+171=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECAB is #211354. Grayscale: #E0E0E0. Windows color (decimal): -2167637 or 11267294. OLE color: 11267294.
HSL color Cylindrical-coordinate representation of color #DEECAB: hue angle of 72.92º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEECAB is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 171 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.07 |
| HSL | 72.92º | 0.63% | 0.8% | - |
| HSV(B) | 72.92º | 0.28% | 0.93% | - |
| XYZ | 67.47 | 78.46 | 50.12 | - |
| YUV | 224.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 171 | 0.06 | 0 | 0.28 | 0.07 | 72.92 | 0.63 | 0.8 |
| Hex | DE | EC | AB | 6 | 0 | 1C | 7 | 49 | 3F | 50 |
| Octal | 336 | 354 | 253 | 6 | 0 | 34 | 7 | 111 | 77 | 120 |
| Binary | 11011110 | 11101100 | 10101011 | 110 | 0 | 11100 | 111 | 1001001 | 111111 | 1010000 |
Color Harmonies of #DEECAB
Complementary color
Monochromatic Colors of #DEECAB
Black with #DEECAB
Text Example
Text Example
White with #DEECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECAB; }
p { color: rgb(222,236,171); }
H1.HeaderClassName
{
color: #DEECAB;
}
.AnyTagClassName
{
color: #DEECAB;
}
</style>
background-color css
<style>
a { background-color: #DEECAB; }
a { background-color: rgb(222,236,171); }
div.DivClassName
{
background-color: #DEECAB;
}
.BgClassName
{
background-color: #DEECAB;
}
</style>
border-color css
<style>
span { border-color: #DEECAB; }
span { border-color: rgb(222,236,171); }
td.TdClassName
{
border-color: #DEECAB;
}
.TagClassName
{
border-color: #DEECAB;
}
</style>