Shades of Tusk #DEE6B8
Tints of Tusk #DEE6B8
RGB
CMYK
RGB Variations
Color information
#DEE6B8 (or 0xDEE6B8) is known color: Tusk. HEX triplet: DE, E6 and B8. RGB value is (222,230,184). Sum of RGB (Red+Green+Blue) = 222+230+184=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6B8 is #211947. Grayscale: #DEDEDE. Windows color (decimal): -2169160 or 12117726. OLE color: 12117726.
HSL color Cylindrical-coordinate representation of color #DEE6B8: hue angle of 70.43º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEE6B8 is Cyan = 0.03, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 184 | - |
| CMYK | 0.03 | 0 | 0.2 | 0.10 |
| HSL | 70.43º | 0.48% | 0.81% | - |
| HSV(B) | 70.43º | 0.2% | 0.9% | - |
| XYZ | 67.07 | 75.58 | 56.4 | - |
| YUV | 222.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 184 | 0.03 | 0 | 0.2 | 0.10 | 70.43 | 0.48 | 0.81 |
| Hex | DE | E6 | B8 | 3 | 0 | 14 | A | 46 | 30 | 51 |
| Octal | 336 | 346 | 270 | 3 | 0 | 24 | 12 | 106 | 60 | 121 |
| Binary | 11011110 | 11100110 | 10111000 | 11 | 0 | 10100 | 1010 | 1000110 | 110000 | 1010001 |
Color Harmonies of #DEE6B8
Complementary color
Monochromatic Colors of #DEE6B8
Black with #DEE6B8
Text Example
Text Example
White with #DEE6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6B8; }
p { color: rgb(222,230,184); }
H1.HeaderClassName
{
color: #DEE6B8;
}
.AnyTagClassName
{
color: #DEE6B8;
}
</style>
background-color css
<style>
a { background-color: #DEE6B8; }
a { background-color: rgb(222,230,184); }
div.DivClassName
{
background-color: #DEE6B8;
}
.BgClassName
{
background-color: #DEE6B8;
}
</style>
border-color css
<style>
span { border-color: #DEE6B8; }
span { border-color: rgb(222,230,184); }
td.TdClassName
{
border-color: #DEE6B8;
}
.TagClassName
{
border-color: #DEE6B8;
}
</style>