Shades of Tusk #DFEDAE
Tints of Tusk #DFEDAE
RGB
CMYK
RGB Variations
Color information
#DFEDAE (or 0xDFEDAE) is known color: Tusk. HEX triplet: DF, ED and AE. RGB value is (223,237,174). Sum of RGB (Red+Green+Blue) = 223+237+174=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDAE is #201251. Grayscale: #E1E1E1. Windows color (decimal): -2101842 or 11464159. OLE color: 11464159.
HSL color Cylindrical-coordinate representation of color #DFEDAE: hue angle of 73.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFEDAE is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 174 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 73.33º | 0.64% | 0.81% | - |
| HSV(B) | 73.33º | 0.27% | 0.93% | - |
| XYZ | 68.36 | 79.31 | 51.75 | - |
| YUV | 225.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 174 | 0.06 | 0 | 0.27 | 0.07 | 73.33 | 0.64 | 0.81 |
| Hex | DF | ED | AE | 6 | 0 | 1B | 7 | 49 | 40 | 51 |
| Octal | 337 | 355 | 256 | 6 | 0 | 33 | 7 | 111 | 100 | 121 |
| Binary | 11011111 | 11101101 | 10101110 | 110 | 0 | 11011 | 111 | 1001001 | 1000000 | 1010001 |
Color Harmonies of #DFEDAE
Complementary color
Monochromatic Colors of #DFEDAE
Black with #DFEDAE
Text Example
Text Example
White with #DFEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDAE; }
p { color: rgb(223,237,174); }
H1.HeaderClassName
{
color: #DFEDAE;
}
.AnyTagClassName
{
color: #DFEDAE;
}
</style>
background-color css
<style>
a { background-color: #DFEDAE; }
a { background-color: rgb(223,237,174); }
div.DivClassName
{
background-color: #DFEDAE;
}
.BgClassName
{
background-color: #DFEDAE;
}
</style>
border-color css
<style>
span { border-color: #DFEDAE; }
span { border-color: rgb(223,237,174); }
td.TdClassName
{
border-color: #DFEDAE;
}
.TagClassName
{
border-color: #DFEDAE;
}
</style>