Shades of Tusk #DDEAAD
Tints of Tusk #DDEAAD
RGB
CMYK
RGB Variations
Color information
#DDEAAD (or 0xDDEAAD) is known color: Tusk. HEX triplet: DD, EA and AD. RGB value is (221,234,173). Sum of RGB (Red+Green+Blue) = 221+234+173=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAAD is #221552. Grayscale: #DFDFDF. Windows color (decimal): -2233683 or 11397853. OLE color: 11397853.
HSL color Cylindrical-coordinate representation of color #DDEAAD: hue angle of 72.79º degrees, saturation: 0.59, 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 #DDEAAD is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 173 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 72.79º | 0.59% | 0.8% | - |
| HSV(B) | 72.79º | 0.26% | 0.92% | - |
| XYZ | 66.78 | 77.23 | 50.92 | - |
| YUV | 223.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 173 | 0.06 | 0 | 0.26 | 0.08 | 72.79 | 0.59 | 0.8 |
| Hex | DD | EA | AD | 6 | 0 | 1A | 8 | 49 | 3B | 50 |
| Octal | 335 | 352 | 255 | 6 | 0 | 32 | 10 | 111 | 73 | 120 |
| Binary | 11011101 | 11101010 | 10101101 | 110 | 0 | 11010 | 1000 | 1001001 | 111011 | 1010000 |
Color Harmonies of #DDEAAD
Complementary color
Monochromatic Colors of #DDEAAD
Black with #DDEAAD
Text Example
Text Example
White with #DDEAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAAD; }
p { color: rgb(221,234,173); }
H1.HeaderClassName
{
color: #DDEAAD;
}
.AnyTagClassName
{
color: #DDEAAD;
}
</style>
background-color css
<style>
a { background-color: #DDEAAD; }
a { background-color: rgb(221,234,173); }
div.DivClassName
{
background-color: #DDEAAD;
}
.BgClassName
{
background-color: #DDEAAD;
}
</style>
border-color css
<style>
span { border-color: #DDEAAD; }
span { border-color: rgb(221,234,173); }
td.TdClassName
{
border-color: #DDEAAD;
}
.TagClassName
{
border-color: #DDEAAD;
}
</style>