Shades of Tusk #DEEEAC
Tints of Tusk #DEEEAC
RGB
CMYK
RGB Variations
Color information
#DEEEAC (or 0xDEEEAC) is known color: Tusk. HEX triplet: DE, EE and AC. RGB value is (222,238,172). Sum of RGB (Red+Green+Blue) = 222+238+172=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEEAC is #211153. Grayscale: #E1E1E1. Windows color (decimal): -2167124 or 11333342. OLE color: 11333342.
HSL color Cylindrical-coordinate representation of color #DEEEAC: hue angle of 74.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEEEAC is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 238 | 172 | - |
CMYK | 0.07 | 0 | 0.28 | 0.07 |
HSL | 74.55º | 0.66% | 0.8% | - |
HSV(B) | 74.55º | 0.28% | 0.93% | - |
XYZ | 68.15 | 79.66 | 50.81 | - |
YUV | 225.69 | 97.7 | 125.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 238 | 172 | 0.07 | 0 | 0.28 | 0.07 | 74.55 | 0.66 | 0.8 |
Hex | DE | EE | AC | 7 | 0 | 1C | 7 | 4B | 42 | 50 |
Octal | 336 | 356 | 254 | 7 | 0 | 34 | 7 | 113 | 102 | 120 |
Binary | 11011110 | 11101110 | 10101100 | 111 | 0 | 11100 | 111 | 1001011 | 1000010 | 1010000 |
Color Harmonies of #DEEEAC
Complementary color
Monochromatic Colors of #DEEEAC
Black with #DEEEAC
Text Example
Text Example
White with #DEEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEAC; }
p { color: rgb(222,238,172); }
H1.HeaderClassName
{
color: #DEEEAC;
}
.AnyTagClassName
{
color: #DEEEAC;
}
</style>
background-color css
<style>
a { background-color: #DEEEAC; }
a { background-color: rgb(222,238,172); }
div.DivClassName
{
background-color: #DEEEAC;
}
.BgClassName
{
background-color: #DEEEAC;
}
</style>
border-color css
<style>
span { border-color: #DEEEAC; }
span { border-color: rgb(222,238,172); }
td.TdClassName
{
border-color: #DEEEAC;
}
.TagClassName
{
border-color: #DEEEAC;
}
</style>