Shades of Tusk #DDECB5
Tints of Tusk #DDECB5
RGB
CMYK
RGB Variations
Color information
#DDECB5 (or 0xDDECB5) is known color: Tusk. HEX triplet: DD, EC and B5. RGB value is (221,236,181). Sum of RGB (Red+Green+Blue) = 221+236+181=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECB5 is #22134A. Grayscale: #E1E1E1. Windows color (decimal): -2233163 or 11922653. OLE color: 11922653.
HSL color Cylindrical-coordinate representation of color #DDECB5: hue angle of 76.36º 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 #DDECB5 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 181 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.07 |
| HSL | 76.36º | 0.59% | 0.82% | - |
| HSV(B) | 76.36º | 0.23% | 0.93% | - |
| XYZ | 68.15 | 78.7 | 55.31 | - |
| YUV | 225.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 181 | 0.06 | 0 | 0.23 | 0.07 | 76.36 | 0.59 | 0.82 |
| Hex | DD | EC | B5 | 6 | 0 | 17 | 7 | 4C | 3B | 52 |
| Octal | 335 | 354 | 265 | 6 | 0 | 27 | 7 | 114 | 73 | 122 |
| Binary | 11011101 | 11101100 | 10110101 | 110 | 0 | 10111 | 111 | 1001100 | 111011 | 1010010 |
Color Harmonies of #DDECB5
Complementary color
Monochromatic Colors of #DDECB5
Black with #DDECB5
Text Example
Text Example
White with #DDECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECB5; }
p { color: rgb(221,236,181); }
H1.HeaderClassName
{
color: #DDECB5;
}
.AnyTagClassName
{
color: #DDECB5;
}
</style>
background-color css
<style>
a { background-color: #DDECB5; }
a { background-color: rgb(221,236,181); }
div.DivClassName
{
background-color: #DDECB5;
}
.BgClassName
{
background-color: #DDECB5;
}
</style>
border-color css
<style>
span { border-color: #DDECB5; }
span { border-color: rgb(221,236,181); }
td.TdClassName
{
border-color: #DDECB5;
}
.TagClassName
{
border-color: #DDECB5;
}
</style>