Shades of Tusk #DEEDAC
Tints of Tusk #DEEDAC
RGB
CMYK
RGB Variations
Color information
#DEEDAC (or 0xDEEDAC) is known color: Tusk. HEX triplet: DE, ED and AC. RGB value is (222,237,172). Sum of RGB (Red+Green+Blue) = 222+237+172=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDAC is #211253. Grayscale: #E1E1E1. Windows color (decimal): -2167380 or 11333086. OLE color: 11333086.
HSL color Cylindrical-coordinate representation of color #DEEDAC: hue angle of 73.85º 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 #DEEDAC is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 172 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 73.85º | 0.64% | 0.8% | - |
| HSV(B) | 73.85º | 0.27% | 0.93% | - |
| XYZ | 67.85 | 79.08 | 50.72 | - |
| YUV | 225.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 172 | 0.06 | 0 | 0.27 | 0.07 | 73.85 | 0.64 | 0.8 |
| Hex | DE | ED | AC | 6 | 0 | 1B | 7 | 4A | 40 | 50 |
| Octal | 336 | 355 | 254 | 6 | 0 | 33 | 7 | 112 | 100 | 120 |
| Binary | 11011110 | 11101101 | 10101100 | 110 | 0 | 11011 | 111 | 1001010 | 1000000 | 1010000 |
Color Harmonies of #DEEDAC
Complementary color
Monochromatic Colors of #DEEDAC
Black with #DEEDAC
Text Example
Text Example
White with #DEEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDAC; }
p { color: rgb(222,237,172); }
H1.HeaderClassName
{
color: #DEEDAC;
}
.AnyTagClassName
{
color: #DEEDAC;
}
</style>
background-color css
<style>
a { background-color: #DEEDAC; }
a { background-color: rgb(222,237,172); }
div.DivClassName
{
background-color: #DEEDAC;
}
.BgClassName
{
background-color: #DEEDAC;
}
</style>
border-color css
<style>
span { border-color: #DEEDAC; }
span { border-color: rgb(222,237,172); }
td.TdClassName
{
border-color: #DEEDAC;
}
.TagClassName
{
border-color: #DEEDAC;
}
</style>