Shades of Tusk #DDE3B2
Tints of Tusk #DDE3B2
RGB
CMYK
RGB Variations
Color information
#DDE3B2 (or 0xDDE3B2) is known color: Tusk. HEX triplet: DD, E3 and B2. RGB value is (221,227,178). Sum of RGB (Red+Green+Blue) = 221+227+178=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3B2 is #221C4D. Grayscale: #DBDBDB. Windows color (decimal): -2235470 or 11723741. OLE color: 11723741.
HSL color Cylindrical-coordinate representation of color #DDE3B2: hue angle of 67.35º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDE3B2 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 178 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.11 |
| HSL | 67.35º | 0.47% | 0.79% | - |
| HSV(B) | 67.35º | 0.22% | 0.89% | - |
| XYZ | 65.32 | 73.52 | 52.87 | - |
| YUV | 219.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 178 | 0.03 | 0 | 0.22 | 0.11 | 67.35 | 0.47 | 0.79 |
| Hex | DD | E3 | B2 | 3 | 0 | 16 | B | 43 | 2F | 4F |
| Octal | 335 | 343 | 262 | 3 | 0 | 26 | 13 | 103 | 57 | 117 |
| Binary | 11011101 | 11100011 | 10110010 | 11 | 0 | 10110 | 1011 | 1000011 | 101111 | 1001111 |
Color Harmonies of #DDE3B2
Complementary color
Monochromatic Colors of #DDE3B2
Black with #DDE3B2
Text Example
Text Example
White with #DDE3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3B2; }
p { color: rgb(221,227,178); }
H1.HeaderClassName
{
color: #DDE3B2;
}
.AnyTagClassName
{
color: #DDE3B2;
}
</style>
background-color css
<style>
a { background-color: #DDE3B2; }
a { background-color: rgb(221,227,178); }
div.DivClassName
{
background-color: #DDE3B2;
}
.BgClassName
{
background-color: #DDE3B2;
}
</style>
border-color css
<style>
span { border-color: #DDE3B2; }
span { border-color: rgb(221,227,178); }
td.TdClassName
{
border-color: #DDE3B2;
}
.TagClassName
{
border-color: #DDE3B2;
}
</style>