Shades of Tusk #DFECAE
Tints of Tusk #DFECAE
RGB
CMYK
RGB Variations
Color information
#DFECAE (or 0xDFECAE) is known color: Tusk. HEX triplet: DF, EC and AE. RGB value is (223,236,174). Sum of RGB (Red+Green+Blue) = 223+236+174=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECAE is #201351. Grayscale: #E1E1E1. Windows color (decimal): -2102098 or 11463903. OLE color: 11463903.
HSL color Cylindrical-coordinate representation of color #DFECAE: hue angle of 72.58º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFECAE is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 174 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.07 |
| HSL | 72.58º | 0.62% | 0.8% | - |
| HSV(B) | 72.58º | 0.26% | 0.93% | - |
| XYZ | 68.07 | 78.73 | 51.65 | - |
| YUV | 225.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 174 | 0.06 | 0 | 0.26 | 0.07 | 72.58 | 0.62 | 0.8 |
| Hex | DF | EC | AE | 6 | 0 | 1A | 7 | 49 | 3E | 50 |
| Octal | 337 | 354 | 256 | 6 | 0 | 32 | 7 | 111 | 76 | 120 |
| Binary | 11011111 | 11101100 | 10101110 | 110 | 0 | 11010 | 111 | 1001001 | 111110 | 1010000 |
Color Harmonies of #DFECAE
Complementary color
Monochromatic Colors of #DFECAE
Black with #DFECAE
Text Example
Text Example
White with #DFECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECAE; }
p { color: rgb(223,236,174); }
H1.HeaderClassName
{
color: #DFECAE;
}
.AnyTagClassName
{
color: #DFECAE;
}
</style>
background-color css
<style>
a { background-color: #DFECAE; }
a { background-color: rgb(223,236,174); }
div.DivClassName
{
background-color: #DFECAE;
}
.BgClassName
{
background-color: #DFECAE;
}
</style>
border-color css
<style>
span { border-color: #DFECAE; }
span { border-color: rgb(223,236,174); }
td.TdClassName
{
border-color: #DFECAE;
}
.TagClassName
{
border-color: #DFECAE;
}
</style>