Shades of Tusk #DEEAB2
Tints of Tusk #DEEAB2
RGB
CMYK
RGB Variations
Color information
#DEEAB2 (or 0xDEEAB2) is known color: Tusk. HEX triplet: DE, EA and B2. RGB value is (222,234,178). Sum of RGB (Red+Green+Blue) = 222+234+178=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAB2 is #21154D. Grayscale: #E0E0E0. Windows color (decimal): -2168142 or 11725534. OLE color: 11725534.
HSL color Cylindrical-coordinate representation of color #DEEAB2: hue angle of 72.86º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEEAB2 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 178 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.08 |
| HSL | 72.86º | 0.57% | 0.81% | - |
| HSV(B) | 72.86º | 0.24% | 0.92% | - |
| XYZ | 67.58 | 77.59 | 53.53 | - |
| YUV | 224.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 178 | 0.05 | 0 | 0.24 | 0.08 | 72.86 | 0.57 | 0.81 |
| Hex | DE | EA | B2 | 5 | 0 | 18 | 8 | 49 | 39 | 51 |
| Octal | 336 | 352 | 262 | 5 | 0 | 30 | 10 | 111 | 71 | 121 |
| Binary | 11011110 | 11101010 | 10110010 | 101 | 0 | 11000 | 1000 | 1001001 | 111001 | 1010001 |
Color Harmonies of #DEEAB2
Complementary color
Monochromatic Colors of #DEEAB2
Black with #DEEAB2
Text Example
Text Example
White with #DEEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAB2; }
p { color: rgb(222,234,178); }
H1.HeaderClassName
{
color: #DEEAB2;
}
.AnyTagClassName
{
color: #DEEAB2;
}
</style>
background-color css
<style>
a { background-color: #DEEAB2; }
a { background-color: rgb(222,234,178); }
div.DivClassName
{
background-color: #DEEAB2;
}
.BgClassName
{
background-color: #DEEAB2;
}
</style>
border-color css
<style>
span { border-color: #DEEAB2; }
span { border-color: rgb(222,234,178); }
td.TdClassName
{
border-color: #DEEAB2;
}
.TagClassName
{
border-color: #DEEAB2;
}
</style>