Shades of Tusk #DFE8B8
Tints of Tusk #DFE8B8
RGB
CMYK
RGB Variations
Color information
#DFE8B8 (or 0xDFE8B8) is known color: Tusk. HEX triplet: DF, E8 and B8. RGB value is (223,232,184). Sum of RGB (Red+Green+Blue) = 223+232+184=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE8B8 is #201747. Grayscale: #E0E0E0. Windows color (decimal): -2103112 or 12118239. OLE color: 12118239.
HSL color Cylindrical-coordinate representation of color #DFE8B8: hue angle of 71.25º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFE8B8 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 184 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.09 |
| HSL | 71.25º | 0.51% | 0.82% | - |
| HSV(B) | 71.25º | 0.21% | 0.91% | - |
| XYZ | 67.94 | 76.86 | 56.6 | - |
| YUV | 223.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 184 | 0.04 | 0 | 0.21 | 0.09 | 71.25 | 0.51 | 0.82 |
| Hex | DF | E8 | B8 | 4 | 0 | 15 | 9 | 47 | 33 | 52 |
| Octal | 337 | 350 | 270 | 4 | 0 | 25 | 11 | 107 | 63 | 122 |
| Binary | 11011111 | 11101000 | 10111000 | 100 | 0 | 10101 | 1001 | 1000111 | 110011 | 1010010 |
Color Harmonies of #DFE8B8
Complementary color
Monochromatic Colors of #DFE8B8
Black with #DFE8B8
Text Example
Text Example
White with #DFE8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8B8; }
p { color: rgb(223,232,184); }
H1.HeaderClassName
{
color: #DFE8B8;
}
.AnyTagClassName
{
color: #DFE8B8;
}
</style>
background-color css
<style>
a { background-color: #DFE8B8; }
a { background-color: rgb(223,232,184); }
div.DivClassName
{
background-color: #DFE8B8;
}
.BgClassName
{
background-color: #DFE8B8;
}
</style>
border-color css
<style>
span { border-color: #DFE8B8; }
span { border-color: rgb(223,232,184); }
td.TdClassName
{
border-color: #DFE8B8;
}
.TagClassName
{
border-color: #DFE8B8;
}
</style>