Shades of Tusk #DFEEB0
Tints of Tusk #DFEEB0
RGB
CMYK
RGB Variations
Color information
#DFEEB0 (or 0xDFEEB0) is known color: Tusk. HEX triplet: DF, EE and B0. RGB value is (223,238,176). Sum of RGB (Red+Green+Blue) = 223+238+176=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEB0 is #20114F. Grayscale: #E2E2E2. Windows color (decimal): -2101584 or 11595487. OLE color: 11595487.
HSL color Cylindrical-coordinate representation of color #DFEEB0: hue angle of 74.52º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFEEB0 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 176 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.07 |
| HSL | 74.52º | 0.65% | 0.81% | - |
| HSV(B) | 74.52º | 0.26% | 0.93% | - |
| XYZ | 68.84 | 79.97 | 52.88 | - |
| YUV | 226.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 176 | 0.06 | 0 | 0.26 | 0.07 | 74.52 | 0.65 | 0.81 |
| Hex | DF | EE | B0 | 6 | 0 | 1A | 7 | 4B | 41 | 51 |
| Octal | 337 | 356 | 260 | 6 | 0 | 32 | 7 | 113 | 101 | 121 |
| Binary | 11011111 | 11101110 | 10110000 | 110 | 0 | 11010 | 111 | 1001011 | 1000001 | 1010001 |
Color Harmonies of #DFEEB0
Complementary color
Monochromatic Colors of #DFEEB0
Black with #DFEEB0
Text Example
Text Example
White with #DFEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEB0; }
p { color: rgb(223,238,176); }
H1.HeaderClassName
{
color: #DFEEB0;
}
.AnyTagClassName
{
color: #DFEEB0;
}
</style>
background-color css
<style>
a { background-color: #DFEEB0; }
a { background-color: rgb(223,238,176); }
div.DivClassName
{
background-color: #DFEEB0;
}
.BgClassName
{
background-color: #DFEEB0;
}
</style>
border-color css
<style>
span { border-color: #DFEEB0; }
span { border-color: rgb(223,238,176); }
td.TdClassName
{
border-color: #DFEEB0;
}
.TagClassName
{
border-color: #DFEEB0;
}
</style>