Shades of Tusk #DEE8B5
Tints of Tusk #DEE8B5
RGB
CMYK
RGB Variations
Color information
#DEE8B5 (or 0xDEE8B5) is known color: Tusk. HEX triplet: DE, E8 and B5. RGB value is (222,232,181). Sum of RGB (Red+Green+Blue) = 222+232+181=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8B5 is #21174A. Grayscale: #DFDFDF. Windows color (decimal): -2168651 or 11921630. OLE color: 11921630.
HSL color Cylindrical-coordinate representation of color #DEE8B5: hue angle of 71.76º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEE8B5 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 181 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.09 |
| HSL | 71.76º | 0.53% | 0.81% | - |
| HSV(B) | 71.76º | 0.22% | 0.91% | - |
| XYZ | 67.32 | 76.58 | 54.95 | - |
| YUV | 223.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 181 | 0.04 | 0 | 0.22 | 0.09 | 71.76 | 0.53 | 0.81 |
| Hex | DE | E8 | B5 | 4 | 0 | 16 | 9 | 48 | 35 | 51 |
| Octal | 336 | 350 | 265 | 4 | 0 | 26 | 11 | 110 | 65 | 121 |
| Binary | 11011110 | 11101000 | 10110101 | 100 | 0 | 10110 | 1001 | 1001000 | 110101 | 1010001 |
Color Harmonies of #DEE8B5
Complementary color
Monochromatic Colors of #DEE8B5
Black with #DEE8B5
Text Example
Text Example
White with #DEE8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8B5; }
p { color: rgb(222,232,181); }
H1.HeaderClassName
{
color: #DEE8B5;
}
.AnyTagClassName
{
color: #DEE8B5;
}
</style>
background-color css
<style>
a { background-color: #DEE8B5; }
a { background-color: rgb(222,232,181); }
div.DivClassName
{
background-color: #DEE8B5;
}
.BgClassName
{
background-color: #DEE8B5;
}
</style>
border-color css
<style>
span { border-color: #DEE8B5; }
span { border-color: rgb(222,232,181); }
td.TdClassName
{
border-color: #DEE8B5;
}
.TagClassName
{
border-color: #DEE8B5;
}
</style>