Shades of Pot Pourri #EEDCD5
Tints of Pot Pourri #EEDCD5
RGB
CMYK
RGB Variations
Color information
#EEDCD5 (or 0xEEDCD5) is known color: Pot Pourri. HEX triplet: EE, DC and D5. RGB value is (238,220,213). Sum of RGB (Red+Green+Blue) = 238+220+213=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD5 is #11232A. Grayscale: #E0E0E0. Windows color (decimal): -1123115 or 14015726. OLE color: 14015726.
HSL color Cylindrical-coordinate representation of color #EEDCD5: hue angle of 16.8º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDCD5 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 213 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.07 |
| HSL | 16.8º | 0.42% | 0.88% | - |
| HSV(B) | 16.8º | 0.11% | 0.93% | - |
| XYZ | 72.86 | 74.17 | 73.43 | - |
| YUV | 224.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 213 | 0 | 0.08 | 0.11 | 0.07 | 16.8 | 0.42 | 0.88 |
| Hex | EE | DC | D5 | 0 | 8 | B | 7 | 11 | 2A | 58 |
| Octal | 356 | 334 | 325 | 0 | 10 | 13 | 7 | 21 | 52 | 130 |
| Binary | 11101110 | 11011100 | 11010101 | 0 | 1000 | 1011 | 111 | 10001 | 101010 | 1011000 |
Color Harmonies of #EEDCD5
Complementary color
Monochromatic Colors of #EEDCD5
Black with #EEDCD5
Text Example
Text Example
White with #EEDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCD5; }
p { color: rgb(238,220,213); }
H1.HeaderClassName
{
color: #EEDCD5;
}
.AnyTagClassName
{
color: #EEDCD5;
}
</style>
background-color css
<style>
a { background-color: #EEDCD5; }
a { background-color: rgb(238,220,213); }
div.DivClassName
{
background-color: #EEDCD5;
}
.BgClassName
{
background-color: #EEDCD5;
}
</style>
border-color css
<style>
span { border-color: #EEDCD5; }
span { border-color: rgb(238,220,213); }
td.TdClassName
{
border-color: #EEDCD5;
}
.TagClassName
{
border-color: #EEDCD5;
}
</style>