Shades of Tusk #DEE8B3
Tints of Tusk #DEE8B3
RGB
CMYK
RGB Variations
Color information
#DEE8B3 (or 0xDEE8B3) is known color: Tusk. HEX triplet: DE, E8 and B3. RGB value is (222,232,179). Sum of RGB (Red+Green+Blue) = 222+232+179=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8B3 is #21174C. Grayscale: #DFDFDF. Windows color (decimal): -2168653 or 11790558. OLE color: 11790558.
HSL color Cylindrical-coordinate representation of color #DEE8B3: hue angle of 71.32º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEE8B3 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 179 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.09 |
| HSL | 71.32º | 0.54% | 0.81% | - |
| HSV(B) | 71.32º | 0.23% | 0.91% | - |
| XYZ | 67.12 | 76.5 | 53.88 | - |
| YUV | 222.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 179 | 0.04 | 0 | 0.23 | 0.09 | 71.32 | 0.54 | 0.81 |
| Hex | DE | E8 | B3 | 4 | 0 | 17 | 9 | 47 | 36 | 51 |
| Octal | 336 | 350 | 263 | 4 | 0 | 27 | 11 | 107 | 66 | 121 |
| Binary | 11011110 | 11101000 | 10110011 | 100 | 0 | 10111 | 1001 | 1000111 | 110110 | 1010001 |
Color Harmonies of #DEE8B3
Complementary color
Monochromatic Colors of #DEE8B3
Black with #DEE8B3
Text Example
Text Example
White with #DEE8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8B3; }
p { color: rgb(222,232,179); }
H1.HeaderClassName
{
color: #DEE8B3;
}
.AnyTagClassName
{
color: #DEE8B3;
}
</style>
background-color css
<style>
a { background-color: #DEE8B3; }
a { background-color: rgb(222,232,179); }
div.DivClassName
{
background-color: #DEE8B3;
}
.BgClassName
{
background-color: #DEE8B3;
}
</style>
border-color css
<style>
span { border-color: #DEE8B3; }
span { border-color: rgb(222,232,179); }
td.TdClassName
{
border-color: #DEE8B3;
}
.TagClassName
{
border-color: #DEE8B3;
}
</style>