Shades of Tusk #DFECAB
Tints of Tusk #DFECAB
RGB
CMYK
RGB Variations
Color information
#DFECAB (or 0xDFECAB) is known color: Tusk. HEX triplet: DF, EC and AB. RGB value is (223,236,171). Sum of RGB (Red+Green+Blue) = 223+236+171=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECAB is #201354. Grayscale: #E0E0E0. Windows color (decimal): -2102101 or 11267295. OLE color: 11267295.
HSL color Cylindrical-coordinate representation of color #DFECAB: hue angle of 72º degrees, saturation: 0.63, 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 #DFECAB is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 171 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.07 |
| HSL | 72º | 0.63% | 0.8% | - |
| HSV(B) | 72º | 0.28% | 0.93% | - |
| XYZ | 67.78 | 78.62 | 50.13 | - |
| YUV | 224.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 171 | 0.06 | 0 | 0.28 | 0.07 | 72 | 0.63 | 0.8 |
| Hex | DF | EC | AB | 6 | 0 | 1C | 7 | 48 | 3F | 50 |
| Octal | 337 | 354 | 253 | 6 | 0 | 34 | 7 | 110 | 77 | 120 |
| Binary | 11011111 | 11101100 | 10101011 | 110 | 0 | 11100 | 111 | 1001000 | 111111 | 1010000 |
Color Harmonies of #DFECAB
Complementary color
Monochromatic Colors of #DFECAB
Black with #DFECAB
Text Example
Text Example
White with #DFECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECAB; }
p { color: rgb(223,236,171); }
H1.HeaderClassName
{
color: #DFECAB;
}
.AnyTagClassName
{
color: #DFECAB;
}
</style>
background-color css
<style>
a { background-color: #DFECAB; }
a { background-color: rgb(223,236,171); }
div.DivClassName
{
background-color: #DFECAB;
}
.BgClassName
{
background-color: #DFECAB;
}
</style>
border-color css
<style>
span { border-color: #DFECAB; }
span { border-color: rgb(223,236,171); }
td.TdClassName
{
border-color: #DFECAB;
}
.TagClassName
{
border-color: #DFECAB;
}
</style>