Shades of Tusk #DFEDAD
Tints of Tusk #DFEDAD
RGB
CMYK
RGB Variations
Color information
#DFEDAD (or 0xDFEDAD) is known color: Tusk. HEX triplet: DF, ED and AD. RGB value is (223,237,173). Sum of RGB (Red+Green+Blue) = 223+237+173=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDAD is #201252. Grayscale: #E1E1E1. Windows color (decimal): -2101843 or 11398623. OLE color: 11398623.
HSL color Cylindrical-coordinate representation of color #DFEDAD: hue angle of 73.12º degrees, saturation: 0.64, 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 #DFEDAD is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 173 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 73.13º | 0.64% | 0.8% | - |
| HSV(B) | 73.13º | 0.27% | 0.93% | - |
| XYZ | 68.26 | 79.27 | 51.24 | - |
| YUV | 225.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 173 | 0.06 | 0 | 0.27 | 0.07 | 73.13 | 0.64 | 0.8 |
| Hex | DF | ED | AD | 6 | 0 | 1B | 7 | 49 | 40 | 50 |
| Octal | 337 | 355 | 255 | 6 | 0 | 33 | 7 | 111 | 100 | 120 |
| Binary | 11011111 | 11101101 | 10101101 | 110 | 0 | 11011 | 111 | 1001001 | 1000000 | 1010000 |
Color Harmonies of #DFEDAD
Complementary color
Monochromatic Colors of #DFEDAD
Black with #DFEDAD
Text Example
Text Example
White with #DFEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDAD; }
p { color: rgb(223,237,173); }
H1.HeaderClassName
{
color: #DFEDAD;
}
.AnyTagClassName
{
color: #DFEDAD;
}
</style>
background-color css
<style>
a { background-color: #DFEDAD; }
a { background-color: rgb(223,237,173); }
div.DivClassName
{
background-color: #DFEDAD;
}
.BgClassName
{
background-color: #DFEDAD;
}
</style>
border-color css
<style>
span { border-color: #DFEDAD; }
span { border-color: rgb(223,237,173); }
td.TdClassName
{
border-color: #DFEDAD;
}
.TagClassName
{
border-color: #DFEDAD;
}
</style>