Shades of Tusk #DFEDAC
Tints of Tusk #DFEDAC
RGB
CMYK
RGB Variations
Color information
#DFEDAC (or 0xDFEDAC) is known color: Tusk. HEX triplet: DF, ED and AC. RGB value is (223,237,172). Sum of RGB (Red+Green+Blue) = 223+237+172=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDAC is #201253. Grayscale: #E1E1E1. Windows color (decimal): -2101844 or 11333087. OLE color: 11333087.
HSL color Cylindrical-coordinate representation of color #DFEDAC: hue angle of 72.92º 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 #DFEDAC is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 172 | - |
CMYK | 0.06 | 0 | 0.27 | 0.07 |
HSL | 72.92º | 0.64% | 0.8% | - |
HSV(B) | 72.92º | 0.27% | 0.93% | - |
XYZ | 68.16 | 79.23 | 50.73 | - |
YUV | 225.4 | 97.86 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 172 | 0.06 | 0 | 0.27 | 0.07 | 72.92 | 0.64 | 0.8 |
Hex | DF | ED | AC | 6 | 0 | 1B | 7 | 49 | 40 | 50 |
Octal | 337 | 355 | 254 | 6 | 0 | 33 | 7 | 111 | 100 | 120 |
Binary | 11011111 | 11101101 | 10101100 | 110 | 0 | 11011 | 111 | 1001001 | 1000000 | 1010000 |
Color Harmonies of #DFEDAC
Complementary color
Monochromatic Colors of #DFEDAC
Black with #DFEDAC
Text Example
Text Example
White with #DFEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDAC; }
p { color: rgb(223,237,172); }
H1.HeaderClassName
{
color: #DFEDAC;
}
.AnyTagClassName
{
color: #DFEDAC;
}
</style>
background-color css
<style>
a { background-color: #DFEDAC; }
a { background-color: rgb(223,237,172); }
div.DivClassName
{
background-color: #DFEDAC;
}
.BgClassName
{
background-color: #DFEDAC;
}
</style>
border-color css
<style>
span { border-color: #DFEDAC; }
span { border-color: rgb(223,237,172); }
td.TdClassName
{
border-color: #DFEDAC;
}
.TagClassName
{
border-color: #DFEDAC;
}
</style>