Shades of Tusk #DFECAC
Tints of Tusk #DFECAC
RGB
CMYK
RGB Variations
Color information
#DFECAC (or 0xDFECAC) is known color: Tusk. HEX triplet: DF, EC and AC. RGB value is (223,236,172). Sum of RGB (Red+Green+Blue) = 223+236+172=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECAC is #201353. Grayscale: #E1E1E1. Windows color (decimal): -2102100 or 11332831. OLE color: 11332831.
HSL color Cylindrical-coordinate representation of color #DFECAC: hue angle of 72.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFECAC is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 172 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 72.19º | 0.63% | 0.8% | - |
| HSV(B) | 72.19º | 0.27% | 0.93% | - |
| XYZ | 67.87 | 78.66 | 50.63 | - |
| YUV | 224.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 172 | 0.06 | 0 | 0.27 | 0.07 | 72.19 | 0.63 | 0.8 |
| Hex | DF | EC | AC | 6 | 0 | 1B | 7 | 48 | 3F | 50 |
| Octal | 337 | 354 | 254 | 6 | 0 | 33 | 7 | 110 | 77 | 120 |
| Binary | 11011111 | 11101100 | 10101100 | 110 | 0 | 11011 | 111 | 1001000 | 111111 | 1010000 |
Color Harmonies of #DFECAC
Complementary color
Monochromatic Colors of #DFECAC
Black with #DFECAC
Text Example
Text Example
White with #DFECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECAC; }
p { color: rgb(223,236,172); }
H1.HeaderClassName
{
color: #DFECAC;
}
.AnyTagClassName
{
color: #DFECAC;
}
</style>
background-color css
<style>
a { background-color: #DFECAC; }
a { background-color: rgb(223,236,172); }
div.DivClassName
{
background-color: #DFECAC;
}
.BgClassName
{
background-color: #DFECAC;
}
</style>
border-color css
<style>
span { border-color: #DFECAC; }
span { border-color: rgb(223,236,172); }
td.TdClassName
{
border-color: #DFECAC;
}
.TagClassName
{
border-color: #DFECAC;
}
</style>