Shades of Tusk #DEEAB7
Tints of Tusk #DEEAB7
RGB
CMYK
RGB Variations
Color information
#DEEAB7 (or 0xDEEAB7) is known color: Tusk. HEX triplet: DE, EA and B7. RGB value is (222,234,183). Sum of RGB (Red+Green+Blue) = 222+234+183=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAB7 is #211548. Grayscale: #E0E0E0. Windows color (decimal): -2168137 or 12053214. OLE color: 12053214.
HSL color Cylindrical-coordinate representation of color #DEEAB7: hue angle of 74.12º 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 #DEEAB7 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 183 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.08 |
| HSL | 74.12º | 0.55% | 0.82% | - |
| HSV(B) | 74.12º | 0.22% | 0.92% | - |
| XYZ | 68.09 | 77.79 | 56.23 | - |
| YUV | 224.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 183 | 0.05 | 0 | 0.22 | 0.08 | 74.12 | 0.55 | 0.82 |
| Hex | DE | EA | B7 | 5 | 0 | 16 | 8 | 4A | 37 | 52 |
| Octal | 336 | 352 | 267 | 5 | 0 | 26 | 10 | 112 | 67 | 122 |
| Binary | 11011110 | 11101010 | 10110111 | 101 | 0 | 10110 | 1000 | 1001010 | 110111 | 1010010 |
Color Harmonies of #DEEAB7
Complementary color
Monochromatic Colors of #DEEAB7
Black with #DEEAB7
Text Example
Text Example
White with #DEEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAB7; }
p { color: rgb(222,234,183); }
H1.HeaderClassName
{
color: #DEEAB7;
}
.AnyTagClassName
{
color: #DEEAB7;
}
</style>
background-color css
<style>
a { background-color: #DEEAB7; }
a { background-color: rgb(222,234,183); }
div.DivClassName
{
background-color: #DEEAB7;
}
.BgClassName
{
background-color: #DEEAB7;
}
</style>
border-color css
<style>
span { border-color: #DEEAB7; }
span { border-color: rgb(222,234,183); }
td.TdClassName
{
border-color: #DEEAB7;
}
.TagClassName
{
border-color: #DEEAB7;
}
</style>