Shades of Tusk #DDECB1
Tints of Tusk #DDECB1
RGB
CMYK
RGB Variations
Color information
#DDECB1 (or 0xDDECB1) is known color: Tusk. HEX triplet: DD, EC and B1. RGB value is (221,236,177). Sum of RGB (Red+Green+Blue) = 221+236+177=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECB1 is #22134E. Grayscale: #E1E1E1. Windows color (decimal): -2233167 or 11660509. OLE color: 11660509.
HSL color Cylindrical-coordinate representation of color #DDECB1: hue angle of 75.25º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDECB1 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 177 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.07 |
| HSL | 75.25º | 0.61% | 0.81% | - |
| HSV(B) | 75.25º | 0.25% | 0.93% | - |
| XYZ | 67.75 | 78.54 | 53.18 | - |
| YUV | 224.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 177 | 0.06 | 0 | 0.25 | 0.07 | 75.25 | 0.61 | 0.81 |
| Hex | DD | EC | B1 | 6 | 0 | 19 | 7 | 4B | 3D | 51 |
| Octal | 335 | 354 | 261 | 6 | 0 | 31 | 7 | 113 | 75 | 121 |
| Binary | 11011101 | 11101100 | 10110001 | 110 | 0 | 11001 | 111 | 1001011 | 111101 | 1010001 |
Color Harmonies of #DDECB1
Complementary color
Monochromatic Colors of #DDECB1
Black with #DDECB1
Text Example
Text Example
White with #DDECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECB1; }
p { color: rgb(221,236,177); }
H1.HeaderClassName
{
color: #DDECB1;
}
.AnyTagClassName
{
color: #DDECB1;
}
</style>
background-color css
<style>
a { background-color: #DDECB1; }
a { background-color: rgb(221,236,177); }
div.DivClassName
{
background-color: #DDECB1;
}
.BgClassName
{
background-color: #DDECB1;
}
</style>
border-color css
<style>
span { border-color: #DDECB1; }
span { border-color: rgb(221,236,177); }
td.TdClassName
{
border-color: #DDECB1;
}
.TagClassName
{
border-color: #DDECB1;
}
</style>