Shades of Tusk #DDEDB6
Tints of Tusk #DDEDB6
RGB
CMYK
RGB Variations
Color information
#DDEDB6 (or 0xDDEDB6) is known color: Tusk. HEX triplet: DD, ED and B6. RGB value is (221,237,182). Sum of RGB (Red+Green+Blue) = 221+237+182=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB6 is #221249. Grayscale: #E2E2E2. Windows color (decimal): -2232906 or 11988445. OLE color: 11988445.
HSL color Cylindrical-coordinate representation of color #DDEDB6: hue angle of 77.45º degrees, saturation: 0.6, 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 #DDEDB6 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 182 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.07 |
| HSL | 77.45º | 0.6% | 0.82% | - |
| HSV(B) | 77.45º | 0.23% | 0.93% | - |
| XYZ | 68.55 | 79.32 | 55.95 | - |
| YUV | 225.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 182 | 0.07 | 0 | 0.23 | 0.07 | 77.45 | 0.6 | 0.82 |
| Hex | DD | ED | B6 | 7 | 0 | 17 | 7 | 4D | 3C | 52 |
| Octal | 335 | 355 | 266 | 7 | 0 | 27 | 7 | 115 | 74 | 122 |
| Binary | 11011101 | 11101101 | 10110110 | 111 | 0 | 10111 | 111 | 1001101 | 111100 | 1010010 |
Color Harmonies of #DDEDB6
Complementary color
Monochromatic Colors of #DDEDB6
Black with #DDEDB6
Text Example
Text Example
White with #DDEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDB6; }
p { color: rgb(221,237,182); }
H1.HeaderClassName
{
color: #DDEDB6;
}
.AnyTagClassName
{
color: #DDEDB6;
}
</style>
background-color css
<style>
a { background-color: #DDEDB6; }
a { background-color: rgb(221,237,182); }
div.DivClassName
{
background-color: #DDEDB6;
}
.BgClassName
{
background-color: #DDEDB6;
}
</style>
border-color css
<style>
span { border-color: #DDEDB6; }
span { border-color: rgb(221,237,182); }
td.TdClassName
{
border-color: #DDEDB6;
}
.TagClassName
{
border-color: #DDEDB6;
}
</style>