Shades of Tusk #DDEDAD
Tints of Tusk #DDEDAD
RGB
CMYK
RGB Variations
Color information
#DDEDAD (or 0xDDEDAD) is known color: Tusk. HEX triplet: DD, ED and AD. RGB value is (221,237,173). Sum of RGB (Red+Green+Blue) = 221+237+173=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDAD is #221252. Grayscale: #E1E1E1. Windows color (decimal): -2232915 or 11398621. OLE color: 11398621.
HSL color Cylindrical-coordinate representation of color #DDEDAD: hue angle of 75º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDEDAD is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 173 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.07 |
| HSL | 75º | 0.64% | 0.8% | - |
| HSV(B) | 75º | 0.27% | 0.93% | - |
| XYZ | 67.65 | 78.96 | 51.21 | - |
| YUV | 224.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 173 | 0.07 | 0 | 0.27 | 0.07 | 75 | 0.64 | 0.8 |
| Hex | DD | ED | AD | 7 | 0 | 1B | 7 | 4B | 40 | 50 |
| Octal | 335 | 355 | 255 | 7 | 0 | 33 | 7 | 113 | 100 | 120 |
| Binary | 11011101 | 11101101 | 10101101 | 111 | 0 | 11011 | 111 | 1001011 | 1000000 | 1010000 |
Color Harmonies of #DDEDAD
Complementary color
Monochromatic Colors of #DDEDAD
Black with #DDEDAD
Text Example
Text Example
White with #DDEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDAD; }
p { color: rgb(221,237,173); }
H1.HeaderClassName
{
color: #DDEDAD;
}
.AnyTagClassName
{
color: #DDEDAD;
}
</style>
background-color css
<style>
a { background-color: #DDEDAD; }
a { background-color: rgb(221,237,173); }
div.DivClassName
{
background-color: #DDEDAD;
}
.BgClassName
{
background-color: #DDEDAD;
}
</style>
border-color css
<style>
span { border-color: #DDEDAD; }
span { border-color: rgb(221,237,173); }
td.TdClassName
{
border-color: #DDEDAD;
}
.TagClassName
{
border-color: #DDEDAD;
}
</style>