Shades of Tusk #DFEDB3
Tints of Tusk #DFEDB3
RGB
CMYK
RGB Variations
Color information
#DFEDB3 (or 0xDFEDB3) is known color: Tusk. HEX triplet: DF, ED and B3. RGB value is (223,237,179). Sum of RGB (Red+Green+Blue) = 223+237+179=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDB3 is #20124C. Grayscale: #E2E2E2. Windows color (decimal): -2101837 or 11791839. OLE color: 11791839.
HSL color Cylindrical-coordinate representation of color #DFEDB3: hue angle of 74.48º degrees, saturation: 0.62, 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 #DFEDB3 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 179 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.07 |
| HSL | 74.48º | 0.62% | 0.82% | - |
| HSV(B) | 74.48º | 0.24% | 0.93% | - |
| XYZ | 68.85 | 79.51 | 54.37 | - |
| YUV | 226.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 179 | 0.06 | 0 | 0.24 | 0.07 | 74.48 | 0.62 | 0.82 |
| Hex | DF | ED | B3 | 6 | 0 | 18 | 7 | 4A | 3E | 52 |
| Octal | 337 | 355 | 263 | 6 | 0 | 30 | 7 | 112 | 76 | 122 |
| Binary | 11011111 | 11101101 | 10110011 | 110 | 0 | 11000 | 111 | 1001010 | 111110 | 1010010 |
Color Harmonies of #DFEDB3
Complementary color
Monochromatic Colors of #DFEDB3
Black with #DFEDB3
Text Example
Text Example
White with #DFEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDB3; }
p { color: rgb(223,237,179); }
H1.HeaderClassName
{
color: #DFEDB3;
}
.AnyTagClassName
{
color: #DFEDB3;
}
</style>
background-color css
<style>
a { background-color: #DFEDB3; }
a { background-color: rgb(223,237,179); }
div.DivClassName
{
background-color: #DFEDB3;
}
.BgClassName
{
background-color: #DFEDB3;
}
</style>
border-color css
<style>
span { border-color: #DFEDB3; }
span { border-color: rgb(223,237,179); }
td.TdClassName
{
border-color: #DFEDB3;
}
.TagClassName
{
border-color: #DFEDB3;
}
</style>