Shades of Tusk #DFE6AB
Tints of Tusk #DFE6AB
RGB
CMYK
RGB Variations
Color information
#DFE6AB (or 0xDFE6AB) is known color: Tusk. HEX triplet: DF, E6 and AB. RGB value is (223,230,171). Sum of RGB (Red+Green+Blue) = 223+230+171=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE6AB is #201954. Grayscale: #DDDDDD. Windows color (decimal): -2103637 or 11265759. OLE color: 11265759.
HSL color Cylindrical-coordinate representation of color #DFE6AB: hue angle of 67.12º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFE6AB is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 171 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.10 |
| HSL | 67.12º | 0.54% | 0.79% | - |
| HSV(B) | 67.12º | 0.26% | 0.9% | - |
| XYZ | 66.08 | 75.22 | 49.56 | - |
| YUV | 221.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 171 | 0.03 | 0 | 0.26 | 0.10 | 67.12 | 0.54 | 0.79 |
| Hex | DF | E6 | AB | 3 | 0 | 1A | A | 43 | 36 | 4F |
| Octal | 337 | 346 | 253 | 3 | 0 | 32 | 12 | 103 | 66 | 117 |
| Binary | 11011111 | 11100110 | 10101011 | 11 | 0 | 11010 | 1010 | 1000011 | 110110 | 1001111 |
Color Harmonies of #DFE6AB
Complementary color
Monochromatic Colors of #DFE6AB
Black with #DFE6AB
Text Example
Text Example
White with #DFE6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6AB; }
p { color: rgb(223,230,171); }
H1.HeaderClassName
{
color: #DFE6AB;
}
.AnyTagClassName
{
color: #DFE6AB;
}
</style>
background-color css
<style>
a { background-color: #DFE6AB; }
a { background-color: rgb(223,230,171); }
div.DivClassName
{
background-color: #DFE6AB;
}
.BgClassName
{
background-color: #DFE6AB;
}
</style>
border-color css
<style>
span { border-color: #DFE6AB; }
span { border-color: rgb(223,230,171); }
td.TdClassName
{
border-color: #DFE6AB;
}
.TagClassName
{
border-color: #DFE6AB;
}
</style>