Shades of Tusk #DDEDAC
Tints of Tusk #DDEDAC
RGB
CMYK
RGB Variations
Color information
#DDEDAC (or 0xDDEDAC) is known color: Tusk. HEX triplet: DD, ED and AC. RGB value is (221,237,172). Sum of RGB (Red+Green+Blue) = 221+237+172=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDAC is #221253. Grayscale: #E1E1E1. Windows color (decimal): -2232916 or 11333085. OLE color: 11333085.
HSL color Cylindrical-coordinate representation of color #DDEDAC: hue angle of 74.77º 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 #DDEDAC is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 172 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.07 |
| HSL | 74.77º | 0.64% | 0.8% | - |
| HSV(B) | 74.77º | 0.27% | 0.93% | - |
| XYZ | 67.55 | 78.92 | 50.7 | - |
| YUV | 224.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 172 | 0.07 | 0 | 0.27 | 0.07 | 74.77 | 0.64 | 0.8 |
| Hex | DD | ED | AC | 7 | 0 | 1B | 7 | 4B | 40 | 50 |
| Octal | 335 | 355 | 254 | 7 | 0 | 33 | 7 | 113 | 100 | 120 |
| Binary | 11011101 | 11101101 | 10101100 | 111 | 0 | 11011 | 111 | 1001011 | 1000000 | 1010000 |
Color Harmonies of #DDEDAC
Complementary color
Monochromatic Colors of #DDEDAC
Black with #DDEDAC
Text Example
Text Example
White with #DDEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDAC; }
p { color: rgb(221,237,172); }
H1.HeaderClassName
{
color: #DDEDAC;
}
.AnyTagClassName
{
color: #DDEDAC;
}
</style>
background-color css
<style>
a { background-color: #DDEDAC; }
a { background-color: rgb(221,237,172); }
div.DivClassName
{
background-color: #DDEDAC;
}
.BgClassName
{
background-color: #DDEDAC;
}
</style>
border-color css
<style>
span { border-color: #DDEDAC; }
span { border-color: rgb(221,237,172); }
td.TdClassName
{
border-color: #DDEDAC;
}
.TagClassName
{
border-color: #DDEDAC;
}
</style>