Shades of Tusk #DFEEB1
Tints of Tusk #DFEEB1
RGB
CMYK
RGB Variations
Color information
#DFEEB1 (or 0xDFEEB1) is known color: Tusk. HEX triplet: DF, EE and B1. RGB value is (223,238,177). Sum of RGB (Red+Green+Blue) = 223+238+177=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEB1 is #20114E. Grayscale: #E2E2E2. Windows color (decimal): -2101583 or 11661023. OLE color: 11661023.
HSL color Cylindrical-coordinate representation of color #DFEEB1: hue angle of 74.75º degrees, saturation: 0.64, 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 #DFEEB1 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 177 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.07 |
| HSL | 74.75º | 0.64% | 0.81% | - |
| HSV(B) | 74.75º | 0.26% | 0.93% | - |
| XYZ | 68.94 | 80.01 | 53.41 | - |
| YUV | 226.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 177 | 0.06 | 0 | 0.26 | 0.07 | 74.75 | 0.64 | 0.81 |
| Hex | DF | EE | B1 | 6 | 0 | 1A | 7 | 4B | 40 | 51 |
| Octal | 337 | 356 | 261 | 6 | 0 | 32 | 7 | 113 | 100 | 121 |
| Binary | 11011111 | 11101110 | 10110001 | 110 | 0 | 11010 | 111 | 1001011 | 1000000 | 1010001 |
Color Harmonies of #DFEEB1
Complementary color
Monochromatic Colors of #DFEEB1
Black with #DFEEB1
Text Example
Text Example
White with #DFEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEB1; }
p { color: rgb(223,238,177); }
H1.HeaderClassName
{
color: #DFEEB1;
}
.AnyTagClassName
{
color: #DFEEB1;
}
</style>
background-color css
<style>
a { background-color: #DFEEB1; }
a { background-color: rgb(223,238,177); }
div.DivClassName
{
background-color: #DFEEB1;
}
.BgClassName
{
background-color: #DFEEB1;
}
</style>
border-color css
<style>
span { border-color: #DFEEB1; }
span { border-color: rgb(223,238,177); }
td.TdClassName
{
border-color: #DFEEB1;
}
.TagClassName
{
border-color: #DFEEB1;
}
</style>