Shades of Tusk #DFEEB5
Tints of Tusk #DFEEB5
RGB
CMYK
RGB Variations
Color information
#DFEEB5 (or 0xDFEEB5) is known color: Tusk. HEX triplet: DF, EE and B5. RGB value is (223,238,181). Sum of RGB (Red+Green+Blue) = 223+238+181=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEB5 is #20114A. Grayscale: #E3E3E3. Windows color (decimal): -2101579 or 11923167. OLE color: 11923167.
HSL color Cylindrical-coordinate representation of color #DFEEB5: hue angle of 75.79º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFEEB5 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 238 | 181 | - |
CMYK | 0.06 | 0 | 0.24 | 0.07 |
HSL | 75.79º | 0.63% | 0.82% | - |
HSV(B) | 75.79º | 0.24% | 0.93% | - |
XYZ | 69.35 | 80.17 | 55.54 | - |
YUV | 227.02 | 102.03 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 181 | 0.06 | 0 | 0.24 | 0.07 | 75.79 | 0.63 | 0.82 |
Hex | DF | EE | B5 | 6 | 0 | 18 | 7 | 4C | 3F | 52 |
Octal | 337 | 356 | 265 | 6 | 0 | 30 | 7 | 114 | 77 | 122 |
Binary | 11011111 | 11101110 | 10110101 | 110 | 0 | 11000 | 111 | 1001100 | 111111 | 1010010 |
Color Harmonies of #DFEEB5
Complementary color
Monochromatic Colors of #DFEEB5
Black with #DFEEB5
Text Example
Text Example
White with #DFEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEB5; }
p { color: rgb(223,238,181); }
H1.HeaderClassName
{
color: #DFEEB5;
}
.AnyTagClassName
{
color: #DFEEB5;
}
</style>
background-color css
<style>
a { background-color: #DFEEB5; }
a { background-color: rgb(223,238,181); }
div.DivClassName
{
background-color: #DFEEB5;
}
.BgClassName
{
background-color: #DFEEB5;
}
</style>
border-color css
<style>
span { border-color: #DFEEB5; }
span { border-color: rgb(223,238,181); }
td.TdClassName
{
border-color: #DFEEB5;
}
.TagClassName
{
border-color: #DFEEB5;
}
</style>