Shades of Tusk #DEEAAC
Tints of Tusk #DEEAAC
RGB
CMYK
RGB Variations
Color information
#DEEAAC (or 0xDEEAAC) is known color: Tusk. HEX triplet: DE, EA and AC. RGB value is (222,234,172). Sum of RGB (Red+Green+Blue) = 222+234+172=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAAC is #211553. Grayscale: #DFDFDF. Windows color (decimal): -2168148 or 11332318. OLE color: 11332318.
HSL color Cylindrical-coordinate representation of color #DEEAAC: hue angle of 71.61º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEEAAC is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 172 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.08 |
| HSL | 71.61º | 0.6% | 0.8% | - |
| HSV(B) | 71.61º | 0.26% | 0.92% | - |
| XYZ | 66.99 | 77.35 | 50.43 | - |
| YUV | 223.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 172 | 0.05 | 0 | 0.26 | 0.08 | 71.61 | 0.6 | 0.8 |
| Hex | DE | EA | AC | 5 | 0 | 1A | 8 | 48 | 3C | 50 |
| Octal | 336 | 352 | 254 | 5 | 0 | 32 | 10 | 110 | 74 | 120 |
| Binary | 11011110 | 11101010 | 10101100 | 101 | 0 | 11010 | 1000 | 1001000 | 111100 | 1010000 |
Color Harmonies of #DEEAAC
Complementary color
Monochromatic Colors of #DEEAAC
Black with #DEEAAC
Text Example
Text Example
White with #DEEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAAC; }
p { color: rgb(222,234,172); }
H1.HeaderClassName
{
color: #DEEAAC;
}
.AnyTagClassName
{
color: #DEEAAC;
}
</style>
background-color css
<style>
a { background-color: #DEEAAC; }
a { background-color: rgb(222,234,172); }
div.DivClassName
{
background-color: #DEEAAC;
}
.BgClassName
{
background-color: #DEEAAC;
}
</style>
border-color css
<style>
span { border-color: #DEEAAC; }
span { border-color: rgb(222,234,172); }
td.TdClassName
{
border-color: #DEEAAC;
}
.TagClassName
{
border-color: #DEEAAC;
}
</style>