Shades of Tusk #DFEAB2
Tints of Tusk #DFEAB2
RGB
CMYK
RGB Variations
Color information
#DFEAB2 (or 0xDFEAB2) is known color: Tusk. HEX triplet: DF, EA and B2. RGB value is (223,234,178). Sum of RGB (Red+Green+Blue) = 223+234+178=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEAB2 is #20154D. Grayscale: #E0E0E0. Windows color (decimal): -2102606 or 11725535. OLE color: 11725535.
HSL color Cylindrical-coordinate representation of color #DFEAB2: hue angle of 71.79º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFEAB2 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 178 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.08 |
| HSL | 71.79º | 0.57% | 0.81% | - |
| HSV(B) | 71.79º | 0.24% | 0.92% | - |
| XYZ | 67.89 | 77.75 | 53.55 | - |
| YUV | 224.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 178 | 0.05 | 0 | 0.24 | 0.08 | 71.79 | 0.57 | 0.81 |
| Hex | DF | EA | B2 | 5 | 0 | 18 | 8 | 48 | 39 | 51 |
| Octal | 337 | 352 | 262 | 5 | 0 | 30 | 10 | 110 | 71 | 121 |
| Binary | 11011111 | 11101010 | 10110010 | 101 | 0 | 11000 | 1000 | 1001000 | 111001 | 1010001 |
Color Harmonies of #DFEAB2
Complementary color
Monochromatic Colors of #DFEAB2
Black with #DFEAB2
Text Example
Text Example
White with #DFEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAB2; }
p { color: rgb(223,234,178); }
H1.HeaderClassName
{
color: #DFEAB2;
}
.AnyTagClassName
{
color: #DFEAB2;
}
</style>
background-color css
<style>
a { background-color: #DFEAB2; }
a { background-color: rgb(223,234,178); }
div.DivClassName
{
background-color: #DFEAB2;
}
.BgClassName
{
background-color: #DFEAB2;
}
</style>
border-color css
<style>
span { border-color: #DFEAB2; }
span { border-color: rgb(223,234,178); }
td.TdClassName
{
border-color: #DFEAB2;
}
.TagClassName
{
border-color: #DFEAB2;
}
</style>