Shades of Tusk #DFEEAF
Tints of Tusk #DFEEAF
RGB
CMYK
RGB Variations
Color information
#DFEEAF (or 0xDFEEAF) is known color: Tusk. HEX triplet: DF, EE and AF. RGB value is (223,238,175). Sum of RGB (Red+Green+Blue) = 223+238+175=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEAF is #201150. Grayscale: #E2E2E2. Windows color (decimal): -2101585 or 11529951. OLE color: 11529951.
HSL color Cylindrical-coordinate representation of color #DFEEAF: hue angle of 74.29º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFEEAF is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 175 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.07 |
| HSL | 74.29º | 0.65% | 0.81% | - |
| HSV(B) | 74.29º | 0.26% | 0.93% | - |
| XYZ | 68.74 | 79.93 | 52.36 | - |
| YUV | 226.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 175 | 0.06 | 0 | 0.26 | 0.07 | 74.29 | 0.65 | 0.81 |
| Hex | DF | EE | AF | 6 | 0 | 1A | 7 | 4A | 41 | 51 |
| Octal | 337 | 356 | 257 | 6 | 0 | 32 | 7 | 112 | 101 | 121 |
| Binary | 11011111 | 11101110 | 10101111 | 110 | 0 | 11010 | 111 | 1001010 | 1000001 | 1010001 |
Color Harmonies of #DFEEAF
Complementary color
Monochromatic Colors of #DFEEAF
Black with #DFEEAF
Text Example
Text Example
White with #DFEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEAF; }
p { color: rgb(223,238,175); }
H1.HeaderClassName
{
color: #DFEEAF;
}
.AnyTagClassName
{
color: #DFEEAF;
}
</style>
background-color css
<style>
a { background-color: #DFEEAF; }
a { background-color: rgb(223,238,175); }
div.DivClassName
{
background-color: #DFEEAF;
}
.BgClassName
{
background-color: #DFEEAF;
}
</style>
border-color css
<style>
span { border-color: #DFEEAF; }
span { border-color: rgb(223,238,175); }
td.TdClassName
{
border-color: #DFEEAF;
}
.TagClassName
{
border-color: #DFEEAF;
}
</style>