Shades of Tusk #DFEEB3
Tints of Tusk #DFEEB3
RGB
CMYK
RGB Variations
Color information
#DFEEB3 (or 0xDFEEB3) is known color: Tusk. HEX triplet: DF, EE and B3. RGB value is (223,238,179). Sum of RGB (Red+Green+Blue) = 223+238+179=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEB3 is #20114C. Grayscale: #E3E3E3. Windows color (decimal): -2101581 or 11792095. OLE color: 11792095.
HSL color Cylindrical-coordinate representation of color #DFEEB3: hue angle of 75.25º degrees, saturation: 0.63, 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 #DFEEB3 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 179 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.07 |
| HSL | 75.25º | 0.63% | 0.82% | - |
| HSV(B) | 75.25º | 0.25% | 0.93% | - |
| XYZ | 69.14 | 80.09 | 54.46 | - |
| YUV | 226.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 179 | 0.06 | 0 | 0.25 | 0.07 | 75.25 | 0.63 | 0.82 |
| Hex | DF | EE | B3 | 6 | 0 | 19 | 7 | 4B | 3F | 52 |
| Octal | 337 | 356 | 263 | 6 | 0 | 31 | 7 | 113 | 77 | 122 |
| Binary | 11011111 | 11101110 | 10110011 | 110 | 0 | 11001 | 111 | 1001011 | 111111 | 1010010 |
Color Harmonies of #DFEEB3
Complementary color
Monochromatic Colors of #DFEEB3
Black with #DFEEB3
Text Example
Text Example
White with #DFEEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEB3; }
p { color: rgb(223,238,179); }
H1.HeaderClassName
{
color: #DFEEB3;
}
.AnyTagClassName
{
color: #DFEEB3;
}
</style>
background-color css
<style>
a { background-color: #DFEEB3; }
a { background-color: rgb(223,238,179); }
div.DivClassName
{
background-color: #DFEEB3;
}
.BgClassName
{
background-color: #DFEEB3;
}
</style>
border-color css
<style>
span { border-color: #DFEEB3; }
span { border-color: rgb(223,238,179); }
td.TdClassName
{
border-color: #DFEEB3;
}
.TagClassName
{
border-color: #DFEEB3;
}
</style>