Shades of Tusk #DEEEAB
Tints of Tusk #DEEEAB
RGB
CMYK
RGB Variations
Color information
#DEEEAB (or 0xDEEEAB) is known color: Tusk. HEX triplet: DE, EE and AB. RGB value is (222,238,171). Sum of RGB (Red+Green+Blue) = 222+238+171=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEEAB is #211154. Grayscale: #E1E1E1. Windows color (decimal): -2167125 or 11267806. OLE color: 11267806.
HSL color Cylindrical-coordinate representation of color #DEEEAB: hue angle of 74.33º degrees, saturation: 0.66, 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 #DEEEAB is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 171 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.07 |
| HSL | 74.33º | 0.66% | 0.8% | - |
| HSV(B) | 74.33º | 0.28% | 0.93% | - |
| XYZ | 68.05 | 79.62 | 50.31 | - |
| YUV | 225.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 171 | 0.07 | 0 | 0.28 | 0.07 | 74.33 | 0.66 | 0.8 |
| Hex | DE | EE | AB | 7 | 0 | 1C | 7 | 4A | 42 | 50 |
| Octal | 336 | 356 | 253 | 7 | 0 | 34 | 7 | 112 | 102 | 120 |
| Binary | 11011110 | 11101110 | 10101011 | 111 | 0 | 11100 | 111 | 1001010 | 1000010 | 1010000 |
Color Harmonies of #DEEEAB
Complementary color
Monochromatic Colors of #DEEEAB
Black with #DEEEAB
Text Example
Text Example
White with #DEEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEAB; }
p { color: rgb(222,238,171); }
H1.HeaderClassName
{
color: #DEEEAB;
}
.AnyTagClassName
{
color: #DEEEAB;
}
</style>
background-color css
<style>
a { background-color: #DEEEAB; }
a { background-color: rgb(222,238,171); }
div.DivClassName
{
background-color: #DEEEAB;
}
.BgClassName
{
background-color: #DEEEAB;
}
</style>
border-color css
<style>
span { border-color: #DEEEAB; }
span { border-color: rgb(222,238,171); }
td.TdClassName
{
border-color: #DEEEAB;
}
.TagClassName
{
border-color: #DEEEAB;
}
</style>