Shades of Tusk #DFE8AB
Tints of Tusk #DFE8AB
RGB
CMYK
RGB Variations
Color information
#DFE8AB (or 0xDFE8AB) is known color: Tusk. HEX triplet: DF, E8 and AB. RGB value is (223,232,171). Sum of RGB (Red+Green+Blue) = 223+232+171=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE8AB is #201754. Grayscale: #DEDEDE. Windows color (decimal): -2103125 or 11266271. OLE color: 11266271.
HSL color Cylindrical-coordinate representation of color #DFE8AB: hue angle of 68.85º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFE8AB is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 171 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.09 |
| HSL | 68.85º | 0.57% | 0.79% | - |
| HSV(B) | 68.85º | 0.26% | 0.91% | - |
| XYZ | 66.64 | 76.34 | 49.75 | - |
| YUV | 222.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 171 | 0.04 | 0 | 0.26 | 0.09 | 68.85 | 0.57 | 0.79 |
| Hex | DF | E8 | AB | 4 | 0 | 1A | 9 | 45 | 39 | 4F |
| Octal | 337 | 350 | 253 | 4 | 0 | 32 | 11 | 105 | 71 | 117 |
| Binary | 11011111 | 11101000 | 10101011 | 100 | 0 | 11010 | 1001 | 1000101 | 111001 | 1001111 |
Color Harmonies of #DFE8AB
Complementary color
Monochromatic Colors of #DFE8AB
Black with #DFE8AB
Text Example
Text Example
White with #DFE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8AB; }
p { color: rgb(223,232,171); }
H1.HeaderClassName
{
color: #DFE8AB;
}
.AnyTagClassName
{
color: #DFE8AB;
}
</style>
background-color css
<style>
a { background-color: #DFE8AB; }
a { background-color: rgb(223,232,171); }
div.DivClassName
{
background-color: #DFE8AB;
}
.BgClassName
{
background-color: #DFE8AB;
}
</style>
border-color css
<style>
span { border-color: #DFE8AB; }
span { border-color: rgb(223,232,171); }
td.TdClassName
{
border-color: #DFE8AB;
}
.TagClassName
{
border-color: #DFE8AB;
}
</style>