Shades of Pot Pourri #E7E0DD
Tints of Pot Pourri #E7E0DD
RGB
CMYK
RGB Variations
Color information
#E7E0DD (or 0xE7E0DD) is known color: Pot Pourri. HEX triplet: E7, E0 and DD. RGB value is (231,224,221). Sum of RGB (Red+Green+Blue) = 231+224+221=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E0DD is #181F22. Grayscale: #E1E1E1. Windows color (decimal): -1580835 or 14541031. OLE color: 14541031.
HSL color Cylindrical-coordinate representation of color #E7E0DD: hue angle of 18º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7E0DD is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 221 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.09 |
| HSL | 18º | 0.17% | 0.89% | - |
| HSV(B) | 18º | 0.04% | 0.91% | - |
| XYZ | 72.66 | 75.52 | 79.15 | - |
| YUV | 225.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 221 | 0 | 0.03 | 0.04 | 0.09 | 18 | 0.17 | 0.89 |
| Hex | E7 | E0 | DD | 0 | 3 | 4 | 9 | 12 | 11 | 59 |
| Octal | 347 | 340 | 335 | 0 | 3 | 4 | 11 | 22 | 21 | 131 |
| Binary | 11100111 | 11100000 | 11011101 | 0 | 11 | 100 | 1001 | 10010 | 10001 | 1011001 |
Color Harmonies of #E7E0DD
Complementary color
Monochromatic Colors of #E7E0DD
Black with #E7E0DD
Text Example
Text Example
White with #E7E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E0DD; }
p { color: rgb(231,224,221); }
H1.HeaderClassName
{
color: #E7E0DD;
}
.AnyTagClassName
{
color: #E7E0DD;
}
</style>
background-color css
<style>
a { background-color: #E7E0DD; }
a { background-color: rgb(231,224,221); }
div.DivClassName
{
background-color: #E7E0DD;
}
.BgClassName
{
background-color: #E7E0DD;
}
</style>
border-color css
<style>
span { border-color: #E7E0DD; }
span { border-color: rgb(231,224,221); }
td.TdClassName
{
border-color: #E7E0DD;
}
.TagClassName
{
border-color: #E7E0DD;
}
</style>