Shades of Tusk #DDEBB6
Tints of Tusk #DDEBB6
RGB
CMYK
RGB Variations
Color information
#DDEBB6 (or 0xDDEBB6) is known color: Tusk. HEX triplet: DD, EB and B6. RGB value is (221,235,182). Sum of RGB (Red+Green+Blue) = 221+235+182=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBB6 is #221449. Grayscale: #E0E0E0. Windows color (decimal): -2233418 or 11987933. OLE color: 11987933.
HSL color Cylindrical-coordinate representation of color #DDEBB6: hue angle of 75.85º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDEBB6 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 182 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.08 |
| HSL | 75.85º | 0.57% | 0.82% | - |
| HSV(B) | 75.85º | 0.23% | 0.92% | - |
| XYZ | 67.97 | 78.17 | 55.76 | - |
| YUV | 224.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 182 | 0.06 | 0 | 0.23 | 0.08 | 75.85 | 0.57 | 0.82 |
| Hex | DD | EB | B6 | 6 | 0 | 17 | 8 | 4C | 39 | 52 |
| Octal | 335 | 353 | 266 | 6 | 0 | 27 | 10 | 114 | 71 | 122 |
| Binary | 11011101 | 11101011 | 10110110 | 110 | 0 | 10111 | 1000 | 1001100 | 111001 | 1010010 |
Color Harmonies of #DDEBB6
Complementary color
Monochromatic Colors of #DDEBB6
Black with #DDEBB6
Text Example
Text Example
White with #DDEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBB6; }
p { color: rgb(221,235,182); }
H1.HeaderClassName
{
color: #DDEBB6;
}
.AnyTagClassName
{
color: #DDEBB6;
}
</style>
background-color css
<style>
a { background-color: #DDEBB6; }
a { background-color: rgb(221,235,182); }
div.DivClassName
{
background-color: #DDEBB6;
}
.BgClassName
{
background-color: #DDEBB6;
}
</style>
border-color css
<style>
span { border-color: #DDEBB6; }
span { border-color: rgb(221,235,182); }
td.TdClassName
{
border-color: #DDEBB6;
}
.TagClassName
{
border-color: #DDEBB6;
}
</style>