Shades of Tusk #DFEDAB
Tints of Tusk #DFEDAB
RGB
CMYK
RGB Variations
Color information
#DFEDAB (or 0xDFEDAB) is known color: Tusk. HEX triplet: DF, ED and AB. RGB value is (223,237,171). Sum of RGB (Red+Green+Blue) = 223+237+171=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDAB is #201254. Grayscale: #E1E1E1. Windows color (decimal): -2101845 or 11267551. OLE color: 11267551.
HSL color Cylindrical-coordinate representation of color #DFEDAB: hue angle of 72.73º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFEDAB is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 171 | - |
CMYK | 0.06 | 0 | 0.28 | 0.07 |
HSL | 72.73º | 0.65% | 0.8% | - |
HSV(B) | 72.73º | 0.28% | 0.93% | - |
XYZ | 68.07 | 79.2 | 50.23 | - |
YUV | 225.29 | 97.36 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 171 | 0.06 | 0 | 0.28 | 0.07 | 72.73 | 0.65 | 0.8 |
Hex | DF | ED | AB | 6 | 0 | 1C | 7 | 49 | 41 | 50 |
Octal | 337 | 355 | 253 | 6 | 0 | 34 | 7 | 111 | 101 | 120 |
Binary | 11011111 | 11101101 | 10101011 | 110 | 0 | 11100 | 111 | 1001001 | 1000001 | 1010000 |
Color Harmonies of #DFEDAB
Complementary color
Monochromatic Colors of #DFEDAB
Black with #DFEDAB
Text Example
Text Example
White with #DFEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDAB; }
p { color: rgb(223,237,171); }
H1.HeaderClassName
{
color: #DFEDAB;
}
.AnyTagClassName
{
color: #DFEDAB;
}
</style>
background-color css
<style>
a { background-color: #DFEDAB; }
a { background-color: rgb(223,237,171); }
div.DivClassName
{
background-color: #DFEDAB;
}
.BgClassName
{
background-color: #DFEDAB;
}
</style>
border-color css
<style>
span { border-color: #DFEDAB; }
span { border-color: rgb(223,237,171); }
td.TdClassName
{
border-color: #DFEDAB;
}
.TagClassName
{
border-color: #DFEDAB;
}
</style>