Shades of Tusk #DFEDA2
Tints of Tusk #DFEDA2
RGB
CMYK
RGB Variations
Color information
#DFEDA2 (or 0xDFEDA2) is known color: Tusk. HEX triplet: DF, ED and A2. RGB value is (223,237,162). Sum of RGB (Red+Green+Blue) = 223+237+162=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEDA2 is #20125D. Grayscale: #E0E0E0. Windows color (decimal): -2101854 or 10677727. OLE color: 10677727.
HSL color Cylindrical-coordinate representation of color #DFEDA2: hue angle of 71.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFEDA2 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 162 | - |
CMYK | 0.06 | 0 | 0.32 | 0.07 |
HSL | 71.2º | 0.68% | 0.78% | - |
HSV(B) | 71.2º | 0.32% | 0.93% | - |
XYZ | 67.24 | 78.86 | 45.86 | - |
YUV | 224.26 | 92.86 | 127.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 162 | 0.06 | 0 | 0.32 | 0.07 | 71.2 | 0.68 | 0.78 |
Hex | DF | ED | A2 | 6 | 0 | 20 | 7 | 47 | 44 | 4E |
Octal | 337 | 355 | 242 | 6 | 0 | 40 | 7 | 107 | 104 | 116 |
Binary | 11011111 | 11101101 | 10100010 | 110 | 0 | 100000 | 111 | 1000111 | 1000100 | 1001110 |
Color Harmonies of #DFEDA2
Complementary color
Monochromatic Colors of #DFEDA2
Black with #DFEDA2
Text Example
Text Example
White with #DFEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDA2; }
p { color: rgb(223,237,162); }
H1.HeaderClassName
{
color: #DFEDA2;
}
.AnyTagClassName
{
color: #DFEDA2;
}
</style>
background-color css
<style>
a { background-color: #DFEDA2; }
a { background-color: rgb(223,237,162); }
div.DivClassName
{
background-color: #DFEDA2;
}
.BgClassName
{
background-color: #DFEDA2;
}
</style>
border-color css
<style>
span { border-color: #DFEDA2; }
span { border-color: rgb(223,237,162); }
td.TdClassName
{
border-color: #DFEDA2;
}
.TagClassName
{
border-color: #DFEDA2;
}
</style>