Shades of Pot Pourri #E9DDD7
Tints of Pot Pourri #E9DDD7
RGB
CMYK
RGB Variations
Color information
#E9DDD7 (or 0xE9DDD7) is known color: Pot Pourri. HEX triplet: E9, DD and D7. RGB value is (233,221,215). Sum of RGB (Red+Green+Blue) = 233+221+215=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDD7 is #162228. Grayscale: #DFDFDF. Windows color (decimal): -1450537 or 14147049. OLE color: 14147049.
HSL color Cylindrical-coordinate representation of color #E9DDD7: hue angle of 20º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DDD7 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 221 | 215 | - |
CMYK | 0 | 0.05 | 0.08 | 0.09 |
HSL | 20º | 0.29% | 0.88% | - |
HSV(B) | 20º | 0.08% | 0.91% | - |
XYZ | 71.73 | 73.94 | 74.78 | - |
YUV | 223.9 | 122.98 | 134.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 221 | 215 | 0 | 0.05 | 0.08 | 0.09 | 20 | 0.29 | 0.88 |
Hex | E9 | DD | D7 | 0 | 5 | 8 | 9 | 14 | 1D | 58 |
Octal | 351 | 335 | 327 | 0 | 5 | 10 | 11 | 24 | 35 | 130 |
Binary | 11101001 | 11011101 | 11010111 | 0 | 101 | 1000 | 1001 | 10100 | 11101 | 1011000 |
Color Harmonies of #E9DDD7
Complementary color
Monochromatic Colors of #E9DDD7
Black with #E9DDD7
Text Example
Text Example
White with #E9DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDD7; }
p { color: rgb(233,221,215); }
H1.HeaderClassName
{
color: #E9DDD7;
}
.AnyTagClassName
{
color: #E9DDD7;
}
</style>
background-color css
<style>
a { background-color: #E9DDD7; }
a { background-color: rgb(233,221,215); }
div.DivClassName
{
background-color: #E9DDD7;
}
.BgClassName
{
background-color: #E9DDD7;
}
</style>
border-color css
<style>
span { border-color: #E9DDD7; }
span { border-color: rgb(233,221,215); }
td.TdClassName
{
border-color: #E9DDD7;
}
.TagClassName
{
border-color: #E9DDD7;
}
</style>