Shades of Pot Pourri #EEDED4
Tints of Pot Pourri #EEDED4
RGB
CMYK
RGB Variations
Color information
#EEDED4 (or 0xEEDED4) is known color: Pot Pourri. HEX triplet: EE, DE and D4. RGB value is (238,222,212). Sum of RGB (Red+Green+Blue) = 238+222+212=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED4 is #11212B. Grayscale: #E1E1E1. Windows color (decimal): -1122604 or 13950702. OLE color: 13950702.
HSL color Cylindrical-coordinate representation of color #EEDED4: hue angle of 23.08º degrees, saturation: 0.43, 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 #EEDED4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 212 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.07 |
| HSL | 23.08º | 0.43% | 0.88% | - |
| HSV(B) | 23.08º | 0.11% | 0.93% | - |
| XYZ | 73.26 | 75.17 | 72.94 | - |
| YUV | 225.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 212 | 0 | 0.07 | 0.11 | 0.07 | 23.08 | 0.43 | 0.88 |
| Hex | EE | DE | D4 | 0 | 7 | B | 7 | 17 | 2B | 58 |
| Octal | 356 | 336 | 324 | 0 | 7 | 13 | 7 | 27 | 53 | 130 |
| Binary | 11101110 | 11011110 | 11010100 | 0 | 111 | 1011 | 111 | 10111 | 101011 | 1011000 |
Color Harmonies of #EEDED4
Complementary color
Monochromatic Colors of #EEDED4
Black with #EEDED4
Text Example
Text Example
White with #EEDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDED4; }
p { color: rgb(238,222,212); }
H1.HeaderClassName
{
color: #EEDED4;
}
.AnyTagClassName
{
color: #EEDED4;
}
</style>
background-color css
<style>
a { background-color: #EEDED4; }
a { background-color: rgb(238,222,212); }
div.DivClassName
{
background-color: #EEDED4;
}
.BgClassName
{
background-color: #EEDED4;
}
</style>
border-color css
<style>
span { border-color: #EEDED4; }
span { border-color: rgb(238,222,212); }
td.TdClassName
{
border-color: #EEDED4;
}
.TagClassName
{
border-color: #EEDED4;
}
</style>