Shades of Tusk #DDE4B8
Tints of Tusk #DDE4B8
RGB
CMYK
RGB Variations
Color information
#DDE4B8 (or 0xDDE4B8) is known color: Tusk. HEX triplet: DD, E4 and B8. RGB value is (221,228,184). Sum of RGB (Red+Green+Blue) = 221+228+184=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 184 (72.27% from 255 or 29.07% from 633); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4B8 is #221B47. Grayscale: #DDDDDD. Windows color (decimal): -2235208 or 12117213. OLE color: 12117213.
HSL color Cylindrical-coordinate representation of color #DDE4B8: hue angle of 69.55º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDE4B8 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 184 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.11 |
| HSL | 69.55º | 0.45% | 0.81% | - |
| HSV(B) | 69.55º | 0.19% | 0.89% | - |
| XYZ | 66.21 | 74.32 | 56.2 | - |
| YUV | 220.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 184 | 0.03 | 0 | 0.19 | 0.11 | 69.55 | 0.45 | 0.81 |
| Hex | DD | E4 | B8 | 3 | 0 | 13 | B | 46 | 2D | 51 |
| Octal | 335 | 344 | 270 | 3 | 0 | 23 | 13 | 106 | 55 | 121 |
| Binary | 11011101 | 11100100 | 10111000 | 11 | 0 | 10011 | 1011 | 1000110 | 101101 | 1010001 |
Color Harmonies of #DDE4B8
Complementary color
Monochromatic Colors of #DDE4B8
Black with #DDE4B8
Text Example
Text Example
White with #DDE4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4B8; }
p { color: rgb(221,228,184); }
H1.HeaderClassName
{
color: #DDE4B8;
}
.AnyTagClassName
{
color: #DDE4B8;
}
</style>
background-color css
<style>
a { background-color: #DDE4B8; }
a { background-color: rgb(221,228,184); }
div.DivClassName
{
background-color: #DDE4B8;
}
.BgClassName
{
background-color: #DDE4B8;
}
</style>
border-color css
<style>
span { border-color: #DDE4B8; }
span { border-color: rgb(221,228,184); }
td.TdClassName
{
border-color: #DDE4B8;
}
.TagClassName
{
border-color: #DDE4B8;
}
</style>