Shades of Tusk #DDE3AB
Tints of Tusk #DDE3AB
RGB
CMYK
RGB Variations
Color information
#DDE3AB (or 0xDDE3AB) is known color: Tusk. HEX triplet: DD, E3 and AB. RGB value is (221,227,171). Sum of RGB (Red+Green+Blue) = 221+227+171=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3AB is #221C54. Grayscale: #DBDBDB. Windows color (decimal): -2235477 or 11264989. OLE color: 11264989.
HSL color Cylindrical-coordinate representation of color #DDE3AB: hue angle of 66.43º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDE3AB is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 171 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.11 |
| HSL | 66.43º | 0.5% | 0.78% | - |
| HSV(B) | 66.43º | 0.25% | 0.89% | - |
| XYZ | 64.64 | 73.25 | 49.26 | - |
| YUV | 218.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 171 | 0.03 | 0 | 0.25 | 0.11 | 66.43 | 0.5 | 0.78 |
| Hex | DD | E3 | AB | 3 | 0 | 19 | B | 42 | 32 | 4E |
| Octal | 335 | 343 | 253 | 3 | 0 | 31 | 13 | 102 | 62 | 116 |
| Binary | 11011101 | 11100011 | 10101011 | 11 | 0 | 11001 | 1011 | 1000010 | 110010 | 1001110 |
Color Harmonies of #DDE3AB
Complementary color
Monochromatic Colors of #DDE3AB
Black with #DDE3AB
Text Example
Text Example
White with #DDE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3AB; }
p { color: rgb(221,227,171); }
H1.HeaderClassName
{
color: #DDE3AB;
}
.AnyTagClassName
{
color: #DDE3AB;
}
</style>
background-color css
<style>
a { background-color: #DDE3AB; }
a { background-color: rgb(221,227,171); }
div.DivClassName
{
background-color: #DDE3AB;
}
.BgClassName
{
background-color: #DDE3AB;
}
</style>
border-color css
<style>
span { border-color: #DDE3AB; }
span { border-color: rgb(221,227,171); }
td.TdClassName
{
border-color: #DDE3AB;
}
.TagClassName
{
border-color: #DDE3AB;
}
</style>