Shades of Tusk #DFEEAC
Tints of Tusk #DFEEAC
RGB
CMYK
RGB Variations
Color information
#DFEEAC (or 0xDFEEAC) is known color: Tusk. HEX triplet: DF, EE and AC. RGB value is (223,238,172). Sum of RGB (Red+Green+Blue) = 223+238+172=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEAC is #201153. Grayscale: #E2E2E2. Windows color (decimal): -2101588 or 11333343. OLE color: 11333343.
HSL color Cylindrical-coordinate representation of color #DFEEAC: hue angle of 73.64º 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 #DFEEAC is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 172 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.07 |
| HSL | 73.64º | 0.66% | 0.8% | - |
| HSV(B) | 73.64º | 0.28% | 0.93% | - |
| XYZ | 68.45 | 79.82 | 50.83 | - |
| YUV | 225.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 172 | 0.06 | 0 | 0.28 | 0.07 | 73.64 | 0.66 | 0.8 |
| Hex | DF | EE | AC | 6 | 0 | 1C | 7 | 4A | 42 | 50 |
| Octal | 337 | 356 | 254 | 6 | 0 | 34 | 7 | 112 | 102 | 120 |
| Binary | 11011111 | 11101110 | 10101100 | 110 | 0 | 11100 | 111 | 1001010 | 1000010 | 1010000 |
Color Harmonies of #DFEEAC
Complementary color
Monochromatic Colors of #DFEEAC
Black with #DFEEAC
Text Example
Text Example
White with #DFEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEAC; }
p { color: rgb(223,238,172); }
H1.HeaderClassName
{
color: #DFEEAC;
}
.AnyTagClassName
{
color: #DFEEAC;
}
</style>
background-color css
<style>
a { background-color: #DFEEAC; }
a { background-color: rgb(223,238,172); }
div.DivClassName
{
background-color: #DFEEAC;
}
.BgClassName
{
background-color: #DFEEAC;
}
</style>
border-color css
<style>
span { border-color: #DFEEAC; }
span { border-color: rgb(223,238,172); }
td.TdClassName
{
border-color: #DFEEAC;
}
.TagClassName
{
border-color: #DFEEAC;
}
</style>