Shades of Tusk #DFEEB2
Tints of Tusk #DFEEB2
RGB
CMYK
RGB Variations
Color information
#DFEEB2 (or 0xDFEEB2) is known color: Tusk. HEX triplet: DF, EE and B2. RGB value is (223,238,178). Sum of RGB (Red+Green+Blue) = 223+238+178=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEEB2 is #20114D. Grayscale: #E2E2E2. Windows color (decimal): -2101582 or 11726559. OLE color: 11726559.
HSL color Cylindrical-coordinate representation of color #DFEEB2: hue angle of 75º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFEEB2 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 178 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.07 |
| HSL | 75º | 0.64% | 0.82% | - |
| HSV(B) | 75º | 0.25% | 0.93% | - |
| XYZ | 69.04 | 80.05 | 53.93 | - |
| YUV | 226.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 178 | 0.06 | 0 | 0.25 | 0.07 | 75 | 0.64 | 0.82 |
| Hex | DF | EE | B2 | 6 | 0 | 19 | 7 | 4B | 40 | 52 |
| Octal | 337 | 356 | 262 | 6 | 0 | 31 | 7 | 113 | 100 | 122 |
| Binary | 11011111 | 11101110 | 10110010 | 110 | 0 | 11001 | 111 | 1001011 | 1000000 | 1010010 |
Color Harmonies of #DFEEB2
Complementary color
Monochromatic Colors of #DFEEB2
Black with #DFEEB2
Text Example
Text Example
White with #DFEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEB2; }
p { color: rgb(223,238,178); }
H1.HeaderClassName
{
color: #DFEEB2;
}
.AnyTagClassName
{
color: #DFEEB2;
}
</style>
background-color css
<style>
a { background-color: #DFEEB2; }
a { background-color: rgb(223,238,178); }
div.DivClassName
{
background-color: #DFEEB2;
}
.BgClassName
{
background-color: #DFEEB2;
}
</style>
border-color css
<style>
span { border-color: #DFEEB2; }
span { border-color: rgb(223,238,178); }
td.TdClassName
{
border-color: #DFEEB2;
}
.TagClassName
{
border-color: #DFEEB2;
}
</style>