Shades of Tusk #DFEDA8
Tints of Tusk #DFEDA8
RGB
CMYK
RGB Variations
Color information
#DFEDA8 (or 0xDFEDA8) is known color: Tusk. HEX triplet: DF, ED and A8. RGB value is (223,237,168). Sum of RGB (Red+Green+Blue) = 223+237+168=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 168 (66.02% from 255 or 26.75% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDA8 is #201257. Grayscale: #E1E1E1. Windows color (decimal): -2101848 or 11070943. OLE color: 11070943.
HSL color Cylindrical-coordinate representation of color #DFEDA8: hue angle of 72.17º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFEDA8 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 168 | - |
CMYK | 0.06 | 0 | 0.29 | 0.07 |
HSL | 72.17º | 0.66% | 0.79% | - |
HSV(B) | 72.17º | 0.29% | 0.93% | - |
XYZ | 67.78 | 79.08 | 48.74 | - |
YUV | 224.95 | 95.86 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 168 | 0.06 | 0 | 0.29 | 0.07 | 72.17 | 0.66 | 0.79 |
Hex | DF | ED | A8 | 6 | 0 | 1D | 7 | 48 | 42 | 4F |
Octal | 337 | 355 | 250 | 6 | 0 | 35 | 7 | 110 | 102 | 117 |
Binary | 11011111 | 11101101 | 10101000 | 110 | 0 | 11101 | 111 | 1001000 | 1000010 | 1001111 |
Color Harmonies of #DFEDA8
Complementary color
Monochromatic Colors of #DFEDA8
Black with #DFEDA8
Text Example
Text Example
White with #DFEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDA8; }
p { color: rgb(223,237,168); }
H1.HeaderClassName
{
color: #DFEDA8;
}
.AnyTagClassName
{
color: #DFEDA8;
}
</style>
background-color css
<style>
a { background-color: #DFEDA8; }
a { background-color: rgb(223,237,168); }
div.DivClassName
{
background-color: #DFEDA8;
}
.BgClassName
{
background-color: #DFEDA8;
}
</style>
border-color css
<style>
span { border-color: #DFEDA8; }
span { border-color: rgb(223,237,168); }
td.TdClassName
{
border-color: #DFEDA8;
}
.TagClassName
{
border-color: #DFEDA8;
}
</style>