Shades of Tusk #DFEEAE
Tints of Tusk #DFEEAE
RGB
CMYK
RGB Variations
Color information
#DFEEAE (or 0xDFEEAE) is known color: Tusk. HEX triplet: DF, EE and AE. RGB value is (223,238,174). Sum of RGB (Red+Green+Blue) = 223+238+174=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEAE is #201151. Grayscale: #E2E2E2. Windows color (decimal): -2101586 or 11464415. OLE color: 11464415.
HSL color Cylindrical-coordinate representation of color #DFEEAE: hue angle of 74.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFEEAE is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 174 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 74.06º | 0.65% | 0.81% | - |
| HSV(B) | 74.06º | 0.27% | 0.93% | - |
| XYZ | 68.65 | 79.89 | 51.85 | - |
| YUV | 226.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 174 | 0.06 | 0 | 0.27 | 0.07 | 74.06 | 0.65 | 0.81 |
| Hex | DF | EE | AE | 6 | 0 | 1B | 7 | 4A | 41 | 51 |
| Octal | 337 | 356 | 256 | 6 | 0 | 33 | 7 | 112 | 101 | 121 |
| Binary | 11011111 | 11101110 | 10101110 | 110 | 0 | 11011 | 111 | 1001010 | 1000001 | 1010001 |
Color Harmonies of #DFEEAE
Complementary color
Monochromatic Colors of #DFEEAE
Black with #DFEEAE
Text Example
Text Example
White with #DFEEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEAE; }
p { color: rgb(223,238,174); }
H1.HeaderClassName
{
color: #DFEEAE;
}
.AnyTagClassName
{
color: #DFEEAE;
}
</style>
background-color css
<style>
a { background-color: #DFEEAE; }
a { background-color: rgb(223,238,174); }
div.DivClassName
{
background-color: #DFEEAE;
}
.BgClassName
{
background-color: #DFEEAE;
}
</style>
border-color css
<style>
span { border-color: #DFEEAE; }
span { border-color: rgb(223,238,174); }
td.TdClassName
{
border-color: #DFEEAE;
}
.TagClassName
{
border-color: #DFEEAE;
}
</style>