Shades of Tusk #DDEBAE
Tints of Tusk #DDEBAE
RGB
CMYK
RGB Variations
Color information
#DDEBAE (or 0xDDEBAE) is known color: Tusk. HEX triplet: DD, EB and AE. RGB value is (221,235,174). Sum of RGB (Red+Green+Blue) = 221+235+174=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBAE is #221451. Grayscale: #E0E0E0. Windows color (decimal): -2233426 or 11463645. OLE color: 11463645.
HSL color Cylindrical-coordinate representation of color #DDEBAE: hue angle of 73.77º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDEBAE is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 174 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 73.77º | 0.6% | 0.8% | - |
| HSV(B) | 73.77º | 0.26% | 0.92% | - |
| XYZ | 67.17 | 77.84 | 51.53 | - |
| YUV | 223.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 174 | 0.06 | 0 | 0.26 | 0.08 | 73.77 | 0.6 | 0.8 |
| Hex | DD | EB | AE | 6 | 0 | 1A | 8 | 4A | 3C | 50 |
| Octal | 335 | 353 | 256 | 6 | 0 | 32 | 10 | 112 | 74 | 120 |
| Binary | 11011101 | 11101011 | 10101110 | 110 | 0 | 11010 | 1000 | 1001010 | 111100 | 1010000 |
Color Harmonies of #DDEBAE
Complementary color
Monochromatic Colors of #DDEBAE
Black with #DDEBAE
Text Example
Text Example
White with #DDEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBAE; }
p { color: rgb(221,235,174); }
H1.HeaderClassName
{
color: #DDEBAE;
}
.AnyTagClassName
{
color: #DDEBAE;
}
</style>
background-color css
<style>
a { background-color: #DDEBAE; }
a { background-color: rgb(221,235,174); }
div.DivClassName
{
background-color: #DDEBAE;
}
.BgClassName
{
background-color: #DDEBAE;
}
</style>
border-color css
<style>
span { border-color: #DDEBAE; }
span { border-color: rgb(221,235,174); }
td.TdClassName
{
border-color: #DDEBAE;
}
.TagClassName
{
border-color: #DDEBAE;
}
</style>