Shades of Pot Pourri #E7DED9
Tints of Pot Pourri #E7DED9
RGB
CMYK
RGB Variations
Color information
#E7DED9 (or 0xE7DED9) is known color: Pot Pourri. HEX triplet: E7, DE and D9. RGB value is (231,222,217). Sum of RGB (Red+Green+Blue) = 231+222+217=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DED9 is #182126. Grayscale: #E0E0E0. Windows color (decimal): -1581351 or 14278375. OLE color: 14278375.
HSL color Cylindrical-coordinate representation of color #E7DED9: hue angle of 21.43º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DED9 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 222 | 217 | - |
CMYK | 0 | 0.04 | 0.06 | 0.09 |
HSL | 21.43º | 0.23% | 0.88% | - |
HSV(B) | 21.43º | 0.06% | 0.91% | - |
XYZ | 71.6 | 74.24 | 76.2 | - |
YUV | 224.12 | 123.98 | 132.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 222 | 217 | 0 | 0.04 | 0.06 | 0.09 | 21.43 | 0.23 | 0.88 |
Hex | E7 | DE | D9 | 0 | 4 | 6 | 9 | 15 | 17 | 58 |
Octal | 347 | 336 | 331 | 0 | 4 | 6 | 11 | 25 | 27 | 130 |
Binary | 11100111 | 11011110 | 11011001 | 0 | 100 | 110 | 1001 | 10101 | 10111 | 1011000 |
Color Harmonies of #E7DED9
Complementary color
Monochromatic Colors of #E7DED9
Black with #E7DED9
Text Example
Text Example
White with #E7DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DED9; }
p { color: rgb(231,222,217); }
H1.HeaderClassName
{
color: #E7DED9;
}
.AnyTagClassName
{
color: #E7DED9;
}
</style>
background-color css
<style>
a { background-color: #E7DED9; }
a { background-color: rgb(231,222,217); }
div.DivClassName
{
background-color: #E7DED9;
}
.BgClassName
{
background-color: #E7DED9;
}
</style>
border-color css
<style>
span { border-color: #E7DED9; }
span { border-color: rgb(231,222,217); }
td.TdClassName
{
border-color: #E7DED9;
}
.TagClassName
{
border-color: #E7DED9;
}
</style>