Shades of Tusk #DDECB6
Tints of Tusk #DDECB6
RGB
CMYK
RGB Variations
Color information
#DDECB6 (or 0xDDECB6) is known color: Tusk. HEX triplet: DD, EC and B6. RGB value is (221,236,182). Sum of RGB (Red+Green+Blue) = 221+236+182=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECB6 is #221349. Grayscale: #E1E1E1. Windows color (decimal): -2233162 or 11988189. OLE color: 11988189.
HSL color Cylindrical-coordinate representation of color #DDECB6: hue angle of 76.67º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDECB6 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 182 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.07 |
| HSL | 76.67º | 0.59% | 0.82% | - |
| HSV(B) | 76.67º | 0.23% | 0.93% | - |
| XYZ | 68.26 | 78.74 | 55.86 | - |
| YUV | 225.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 182 | 0.06 | 0 | 0.23 | 0.07 | 76.67 | 0.59 | 0.82 |
| Hex | DD | EC | B6 | 6 | 0 | 17 | 7 | 4D | 3B | 52 |
| Octal | 335 | 354 | 266 | 6 | 0 | 27 | 7 | 115 | 73 | 122 |
| Binary | 11011101 | 11101100 | 10110110 | 110 | 0 | 10111 | 111 | 1001101 | 111011 | 1010010 |
Color Harmonies of #DDECB6
Complementary color
Monochromatic Colors of #DDECB6
Black with #DDECB6
Text Example
Text Example
White with #DDECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECB6; }
p { color: rgb(221,236,182); }
H1.HeaderClassName
{
color: #DDECB6;
}
.AnyTagClassName
{
color: #DDECB6;
}
</style>
background-color css
<style>
a { background-color: #DDECB6; }
a { background-color: rgb(221,236,182); }
div.DivClassName
{
background-color: #DDECB6;
}
.BgClassName
{
background-color: #DDECB6;
}
</style>
border-color css
<style>
span { border-color: #DDECB6; }
span { border-color: rgb(221,236,182); }
td.TdClassName
{
border-color: #DDECB6;
}
.TagClassName
{
border-color: #DDECB6;
}
</style>