Shades of Pot Pourri #EEDED7
Tints of Pot Pourri #EEDED7
RGB
CMYK
RGB Variations
Color information
#EEDED7 (or 0xEEDED7) is known color: Pot Pourri. HEX triplet: EE, DE and D7. RGB value is (238,222,215). Sum of RGB (Red+Green+Blue) = 238+222+215=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED7 is #112128. Grayscale: #E2E2E2. Windows color (decimal): -1122601 or 14147310. OLE color: 14147310.
HSL color Cylindrical-coordinate representation of color #EEDED7: hue angle of 18.26º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDED7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 215 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.07 |
| HSL | 18.26º | 0.4% | 0.89% | - |
| HSV(B) | 18.26º | 0.1% | 0.93% | - |
| XYZ | 73.65 | 75.33 | 74.95 | - |
| YUV | 225.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 215 | 0 | 0.07 | 0.10 | 0.07 | 18.26 | 0.4 | 0.89 |
| Hex | EE | DE | D7 | 0 | 7 | A | 7 | 12 | 28 | 59 |
| Octal | 356 | 336 | 327 | 0 | 7 | 12 | 7 | 22 | 50 | 131 |
| Binary | 11101110 | 11011110 | 11010111 | 0 | 111 | 1010 | 111 | 10010 | 101000 | 1011001 |
Color Harmonies of #EEDED7
Complementary color
Monochromatic Colors of #EEDED7
Black with #EEDED7
Text Example
Text Example
White with #EEDED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDED7; }
p { color: rgb(238,222,215); }
H1.HeaderClassName
{
color: #EEDED7;
}
.AnyTagClassName
{
color: #EEDED7;
}
</style>
background-color css
<style>
a { background-color: #EEDED7; }
a { background-color: rgb(238,222,215); }
div.DivClassName
{
background-color: #EEDED7;
}
.BgClassName
{
background-color: #EEDED7;
}
</style>
border-color css
<style>
span { border-color: #EEDED7; }
span { border-color: rgb(238,222,215); }
td.TdClassName
{
border-color: #EEDED7;
}
.TagClassName
{
border-color: #EEDED7;
}
</style>