Shades of Tusk #DFEDB6
Tints of Tusk #DFEDB6
RGB
CMYK
RGB Variations
Color information
#DFEDB6 (or 0xDFEDB6) is known color: Tusk. HEX triplet: DF, ED and B6. RGB value is (223,237,182). Sum of RGB (Red+Green+Blue) = 223+237+182=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDB6 is #201249. Grayscale: #E2E2E2. Windows color (decimal): -2101834 or 11988447. OLE color: 11988447.
HSL color Cylindrical-coordinate representation of color #DFEDB6: hue angle of 75.27º 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 #DFEDB6 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 182 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.07 |
| HSL | 75.27º | 0.6% | 0.82% | - |
| HSV(B) | 75.27º | 0.23% | 0.93% | - |
| XYZ | 69.16 | 79.63 | 55.98 | - |
| YUV | 226.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 182 | 0.06 | 0 | 0.23 | 0.07 | 75.27 | 0.6 | 0.82 |
| Hex | DF | ED | B6 | 6 | 0 | 17 | 7 | 4B | 3C | 52 |
| Octal | 337 | 355 | 266 | 6 | 0 | 27 | 7 | 113 | 74 | 122 |
| Binary | 11011111 | 11101101 | 10110110 | 110 | 0 | 10111 | 111 | 1001011 | 111100 | 1010010 |
Color Harmonies of #DFEDB6
Complementary color
Monochromatic Colors of #DFEDB6
Black with #DFEDB6
Text Example
Text Example
White with #DFEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDB6; }
p { color: rgb(223,237,182); }
H1.HeaderClassName
{
color: #DFEDB6;
}
.AnyTagClassName
{
color: #DFEDB6;
}
</style>
background-color css
<style>
a { background-color: #DFEDB6; }
a { background-color: rgb(223,237,182); }
div.DivClassName
{
background-color: #DFEDB6;
}
.BgClassName
{
background-color: #DFEDB6;
}
</style>
border-color css
<style>
span { border-color: #DFEDB6; }
span { border-color: rgb(223,237,182); }
td.TdClassName
{
border-color: #DFEDB6;
}
.TagClassName
{
border-color: #DFEDB6;
}
</style>