Shades of Tusk #DEE8AC
Tints of Tusk #DEE8AC
RGB
CMYK
RGB Variations
Color information
#DEE8AC (or 0xDEE8AC) is known color: Tusk. HEX triplet: DE, E8 and AC. RGB value is (222,232,172). Sum of RGB (Red+Green+Blue) = 222+232+172=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE8AC is #211753. Grayscale: #DEDEDE. Windows color (decimal): -2168660 or 11331806. OLE color: 11331806.
HSL color Cylindrical-coordinate representation of color #DEE8AC: hue angle of 70º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEE8AC is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 232 | 172 | - |
CMYK | 0.04 | 0 | 0.26 | 0.09 |
HSL | 70º | 0.57% | 0.79% | - |
HSV(B) | 70º | 0.26% | 0.91% | - |
XYZ | 66.43 | 76.22 | 50.24 | - |
YUV | 222.17 | 99.69 | 127.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 232 | 172 | 0.04 | 0 | 0.26 | 0.09 | 70 | 0.57 | 0.79 |
Hex | DE | E8 | AC | 4 | 0 | 1A | 9 | 46 | 39 | 4F |
Octal | 336 | 350 | 254 | 4 | 0 | 32 | 11 | 106 | 71 | 117 |
Binary | 11011110 | 11101000 | 10101100 | 100 | 0 | 11010 | 1001 | 1000110 | 111001 | 1001111 |
Color Harmonies of #DEE8AC
Complementary color
Monochromatic Colors of #DEE8AC
Black with #DEE8AC
Text Example
Text Example
White with #DEE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8AC; }
p { color: rgb(222,232,172); }
H1.HeaderClassName
{
color: #DEE8AC;
}
.AnyTagClassName
{
color: #DEE8AC;
}
</style>
background-color css
<style>
a { background-color: #DEE8AC; }
a { background-color: rgb(222,232,172); }
div.DivClassName
{
background-color: #DEE8AC;
}
.BgClassName
{
background-color: #DEE8AC;
}
</style>
border-color css
<style>
span { border-color: #DEE8AC; }
span { border-color: rgb(222,232,172); }
td.TdClassName
{
border-color: #DEE8AC;
}
.TagClassName
{
border-color: #DEE8AC;
}
</style>