Shades of Tusk #DEEDAD
Tints of Tusk #DEEDAD
RGB
CMYK
RGB Variations
Color information
#DEEDAD (or 0xDEEDAD) is known color: Tusk. HEX triplet: DE, ED and AD. RGB value is (222,237,173). Sum of RGB (Red+Green+Blue) = 222+237+173=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDAD is #211252. Grayscale: #E1E1E1. Windows color (decimal): -2167379 or 11398622. OLE color: 11398622.
HSL color Cylindrical-coordinate representation of color #DEEDAD: hue angle of 74.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEEDAD is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 173 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 74.06º | 0.64% | 0.8% | - |
| HSV(B) | 74.06º | 0.27% | 0.93% | - |
| XYZ | 67.95 | 79.12 | 51.22 | - |
| YUV | 225.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 173 | 0.06 | 0 | 0.27 | 0.07 | 74.06 | 0.64 | 0.8 |
| Hex | DE | ED | AD | 6 | 0 | 1B | 7 | 4A | 40 | 50 |
| Octal | 336 | 355 | 255 | 6 | 0 | 33 | 7 | 112 | 100 | 120 |
| Binary | 11011110 | 11101101 | 10101101 | 110 | 0 | 11011 | 111 | 1001010 | 1000000 | 1010000 |
Color Harmonies of #DEEDAD
Complementary color
Monochromatic Colors of #DEEDAD
Black with #DEEDAD
Text Example
Text Example
White with #DEEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDAD; }
p { color: rgb(222,237,173); }
H1.HeaderClassName
{
color: #DEEDAD;
}
.AnyTagClassName
{
color: #DEEDAD;
}
</style>
background-color css
<style>
a { background-color: #DEEDAD; }
a { background-color: rgb(222,237,173); }
div.DivClassName
{
background-color: #DEEDAD;
}
.BgClassName
{
background-color: #DEEDAD;
}
</style>
border-color css
<style>
span { border-color: #DEEDAD; }
span { border-color: rgb(222,237,173); }
td.TdClassName
{
border-color: #DEEDAD;
}
.TagClassName
{
border-color: #DEEDAD;
}
</style>