Shades of Tusk #DDE7B5
Tints of Tusk #DDE7B5
RGB
CMYK
RGB Variations
Color information
#DDE7B5 (or 0xDDE7B5) is known color: Tusk. HEX triplet: DD, E7 and B5. RGB value is (221,231,181). Sum of RGB (Red+Green+Blue) = 221+231+181=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7B5 is #22184A. Grayscale: #DEDEDE. Windows color (decimal): -2234443 or 11921373. OLE color: 11921373.
HSL color Cylindrical-coordinate representation of color #DDE7B5: hue angle of 72º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDE7B5 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 181 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.09 |
| HSL | 72º | 0.51% | 0.81% | - |
| HSV(B) | 72º | 0.22% | 0.91% | - |
| XYZ | 66.74 | 75.86 | 54.84 | - |
| YUV | 222.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 181 | 0.04 | 0 | 0.22 | 0.09 | 72 | 0.51 | 0.81 |
| Hex | DD | E7 | B5 | 4 | 0 | 16 | 9 | 48 | 33 | 51 |
| Octal | 335 | 347 | 265 | 4 | 0 | 26 | 11 | 110 | 63 | 121 |
| Binary | 11011101 | 11100111 | 10110101 | 100 | 0 | 10110 | 1001 | 1001000 | 110011 | 1010001 |
Color Harmonies of #DDE7B5
Complementary color
Monochromatic Colors of #DDE7B5
Black with #DDE7B5
Text Example
Text Example
White with #DDE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7B5; }
p { color: rgb(221,231,181); }
H1.HeaderClassName
{
color: #DDE7B5;
}
.AnyTagClassName
{
color: #DDE7B5;
}
</style>
background-color css
<style>
a { background-color: #DDE7B5; }
a { background-color: rgb(221,231,181); }
div.DivClassName
{
background-color: #DDE7B5;
}
.BgClassName
{
background-color: #DDE7B5;
}
</style>
border-color css
<style>
span { border-color: #DDE7B5; }
span { border-color: rgb(221,231,181); }
td.TdClassName
{
border-color: #DDE7B5;
}
.TagClassName
{
border-color: #DDE7B5;
}
</style>