Shades of Tusk #DDEDAE
Tints of Tusk #DDEDAE
RGB
CMYK
RGB Variations
Color information
#DDEDAE (or 0xDDEDAE) is known color: Tusk. HEX triplet: DD, ED and AE. RGB value is (221,237,174). Sum of RGB (Red+Green+Blue) = 221+237+174=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDAE is #221251. Grayscale: #E1E1E1. Windows color (decimal): -2232914 or 11464157. OLE color: 11464157.
HSL color Cylindrical-coordinate representation of color #DDEDAE: hue angle of 75.24º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDEDAE is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 174 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.07 |
| HSL | 75.24º | 0.64% | 0.81% | - |
| HSV(B) | 75.24º | 0.27% | 0.93% | - |
| XYZ | 67.74 | 79 | 51.72 | - |
| YUV | 225.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 174 | 0.07 | 0 | 0.27 | 0.07 | 75.24 | 0.64 | 0.81 |
| Hex | DD | ED | AE | 7 | 0 | 1B | 7 | 4B | 40 | 51 |
| Octal | 335 | 355 | 256 | 7 | 0 | 33 | 7 | 113 | 100 | 121 |
| Binary | 11011101 | 11101101 | 10101110 | 111 | 0 | 11011 | 111 | 1001011 | 1000000 | 1010001 |
Color Harmonies of #DDEDAE
Complementary color
Monochromatic Colors of #DDEDAE
Black with #DDEDAE
Text Example
Text Example
White with #DDEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDAE; }
p { color: rgb(221,237,174); }
H1.HeaderClassName
{
color: #DDEDAE;
}
.AnyTagClassName
{
color: #DDEDAE;
}
</style>
background-color css
<style>
a { background-color: #DDEDAE; }
a { background-color: rgb(221,237,174); }
div.DivClassName
{
background-color: #DDEDAE;
}
.BgClassName
{
background-color: #DDEDAE;
}
</style>
border-color css
<style>
span { border-color: #DDEDAE; }
span { border-color: rgb(221,237,174); }
td.TdClassName
{
border-color: #DDEDAE;
}
.TagClassName
{
border-color: #DDEDAE;
}
</style>