Shades of Tusk #DFEDB7
Tints of Tusk #DFEDB7
RGB
CMYK
RGB Variations
Color information
#DFEDB7 (or 0xDFEDB7) is known color: Tusk. HEX triplet: DF, ED and B7. RGB value is (223,237,183). Sum of RGB (Red+Green+Blue) = 223+237+183=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDB7 is #201248. Grayscale: #E2E2E2. Windows color (decimal): -2101833 or 12053983. OLE color: 12053983.
HSL color Cylindrical-coordinate representation of color #DFEDB7: hue angle of 75.56º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFEDB7 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 183 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.07 |
| HSL | 75.56º | 0.6% | 0.82% | - |
| HSV(B) | 75.56º | 0.23% | 0.93% | - |
| XYZ | 69.26 | 79.68 | 56.53 | - |
| YUV | 226.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 183 | 0.06 | 0 | 0.23 | 0.07 | 75.56 | 0.6 | 0.82 |
| Hex | DF | ED | B7 | 6 | 0 | 17 | 7 | 4C | 3C | 52 |
| Octal | 337 | 355 | 267 | 6 | 0 | 27 | 7 | 114 | 74 | 122 |
| Binary | 11011111 | 11101101 | 10110111 | 110 | 0 | 10111 | 111 | 1001100 | 111100 | 1010010 |
Color Harmonies of #DFEDB7
Complementary color
Monochromatic Colors of #DFEDB7
Black with #DFEDB7
Text Example
Text Example
White with #DFEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDB7; }
p { color: rgb(223,237,183); }
H1.HeaderClassName
{
color: #DFEDB7;
}
.AnyTagClassName
{
color: #DFEDB7;
}
</style>
background-color css
<style>
a { background-color: #DFEDB7; }
a { background-color: rgb(223,237,183); }
div.DivClassName
{
background-color: #DFEDB7;
}
.BgClassName
{
background-color: #DFEDB7;
}
</style>
border-color css
<style>
span { border-color: #DFEDB7; }
span { border-color: rgb(223,237,183); }
td.TdClassName
{
border-color: #DFEDB7;
}
.TagClassName
{
border-color: #DFEDB7;
}
</style>