Shades of Tusk #DEEDA8
Tints of Tusk #DEEDA8
RGB
CMYK
RGB Variations
Color information
#DEEDA8 (or 0xDEEDA8) is known color: Tusk. HEX triplet: DE, ED and A8. RGB value is (222,237,168). Sum of RGB (Red+Green+Blue) = 222+237+168=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA8 is #211257. Grayscale: #E0E0E0. Windows color (decimal): -2167384 or 11070942. OLE color: 11070942.
HSL color Cylindrical-coordinate representation of color #DEEDA8: hue angle of 73.04º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEEDA8 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 168 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.07 |
| HSL | 73.04º | 0.66% | 0.79% | - |
| HSV(B) | 73.04º | 0.29% | 0.93% | - |
| XYZ | 67.48 | 78.93 | 48.72 | - |
| YUV | 224.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 168 | 0.06 | 0 | 0.29 | 0.07 | 73.04 | 0.66 | 0.79 |
| Hex | DE | ED | A8 | 6 | 0 | 1D | 7 | 49 | 42 | 4F |
| Octal | 336 | 355 | 250 | 6 | 0 | 35 | 7 | 111 | 102 | 117 |
| Binary | 11011110 | 11101101 | 10101000 | 110 | 0 | 11101 | 111 | 1001001 | 1000010 | 1001111 |
Color Harmonies of #DEEDA8
Complementary color
Monochromatic Colors of #DEEDA8
Black with #DEEDA8
Text Example
Text Example
White with #DEEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDA8; }
p { color: rgb(222,237,168); }
H1.HeaderClassName
{
color: #DEEDA8;
}
.AnyTagClassName
{
color: #DEEDA8;
}
</style>
background-color css
<style>
a { background-color: #DEEDA8; }
a { background-color: rgb(222,237,168); }
div.DivClassName
{
background-color: #DEEDA8;
}
.BgClassName
{
background-color: #DEEDA8;
}
</style>
border-color css
<style>
span { border-color: #DEEDA8; }
span { border-color: rgb(222,237,168); }
td.TdClassName
{
border-color: #DEEDA8;
}
.TagClassName
{
border-color: #DEEDA8;
}
</style>