Shades of Tusk #DDEAAB
Tints of Tusk #DDEAAB
RGB
CMYK
RGB Variations
Color information
#DDEAAB (or 0xDDEAAB) is known color: Tusk. HEX triplet: DD, EA and AB. RGB value is (221,234,171). Sum of RGB (Red+Green+Blue) = 221+234+171=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEAAB is #221554. Grayscale: #DFDFDF. Windows color (decimal): -2233685 or 11266781. OLE color: 11266781.
HSL color Cylindrical-coordinate representation of color #DDEAAB: hue angle of 72.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDEAAB is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 171 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.08 |
| HSL | 72.38º | 0.6% | 0.79% | - |
| HSV(B) | 72.38º | 0.27% | 0.92% | - |
| XYZ | 66.59 | 77.16 | 49.91 | - |
| YUV | 222.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 171 | 0.06 | 0 | 0.27 | 0.08 | 72.38 | 0.6 | 0.79 |
| Hex | DD | EA | AB | 6 | 0 | 1B | 8 | 48 | 3C | 4F |
| Octal | 335 | 352 | 253 | 6 | 0 | 33 | 10 | 110 | 74 | 117 |
| Binary | 11011101 | 11101010 | 10101011 | 110 | 0 | 11011 | 1000 | 1001000 | 111100 | 1001111 |
Color Harmonies of #DDEAAB
Complementary color
Monochromatic Colors of #DDEAAB
Black with #DDEAAB
Text Example
Text Example
White with #DDEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAAB; }
p { color: rgb(221,234,171); }
H1.HeaderClassName
{
color: #DDEAAB;
}
.AnyTagClassName
{
color: #DDEAAB;
}
</style>
background-color css
<style>
a { background-color: #DDEAAB; }
a { background-color: rgb(221,234,171); }
div.DivClassName
{
background-color: #DDEAAB;
}
.BgClassName
{
background-color: #DDEAAB;
}
</style>
border-color css
<style>
span { border-color: #DDEAAB; }
span { border-color: rgb(221,234,171); }
td.TdClassName
{
border-color: #DDEAAB;
}
.TagClassName
{
border-color: #DDEAAB;
}
</style>