Shades of Tusk #DEEAB6
Tints of Tusk #DEEAB6
RGB
CMYK
RGB Variations
Color information
#DEEAB6 (or 0xDEEAB6) is known color: Tusk. HEX triplet: DE, EA and B6. RGB value is (222,234,182). Sum of RGB (Red+Green+Blue) = 222+234+182=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAB6 is #211549. Grayscale: #E0E0E0. Windows color (decimal): -2168138 or 11987678. OLE color: 11987678.
HSL color Cylindrical-coordinate representation of color #DEEAB6: hue angle of 73.85º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEEAB6 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 182 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.08 |
| HSL | 73.85º | 0.55% | 0.82% | - |
| HSV(B) | 73.85º | 0.22% | 0.92% | - |
| XYZ | 67.99 | 77.75 | 55.68 | - |
| YUV | 224.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 182 | 0.05 | 0 | 0.22 | 0.08 | 73.85 | 0.55 | 0.82 |
| Hex | DE | EA | B6 | 5 | 0 | 16 | 8 | 4A | 37 | 52 |
| Octal | 336 | 352 | 266 | 5 | 0 | 26 | 10 | 112 | 67 | 122 |
| Binary | 11011110 | 11101010 | 10110110 | 101 | 0 | 10110 | 1000 | 1001010 | 110111 | 1010010 |
Color Harmonies of #DEEAB6
Complementary color
Monochromatic Colors of #DEEAB6
Black with #DEEAB6
Text Example
Text Example
White with #DEEAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAB6; }
p { color: rgb(222,234,182); }
H1.HeaderClassName
{
color: #DEEAB6;
}
.AnyTagClassName
{
color: #DEEAB6;
}
</style>
background-color css
<style>
a { background-color: #DEEAB6; }
a { background-color: rgb(222,234,182); }
div.DivClassName
{
background-color: #DEEAB6;
}
.BgClassName
{
background-color: #DEEAB6;
}
</style>
border-color css
<style>
span { border-color: #DEEAB6; }
span { border-color: rgb(222,234,182); }
td.TdClassName
{
border-color: #DEEAB6;
}
.TagClassName
{
border-color: #DEEAB6;
}
</style>