Shades of Pot Pourri #EEDED3
Tints of Pot Pourri #EEDED3
RGB
CMYK
RGB Variations
Color information
#EEDED3 (or 0xEEDED3) is known color: Pot Pourri. HEX triplet: EE, DE and D3. RGB value is (238,222,211). Sum of RGB (Red+Green+Blue) = 238+222+211=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED3 is #11212C. Grayscale: #E1E1E1. Windows color (decimal): -1122605 or 13885166. OLE color: 13885166.
HSL color Cylindrical-coordinate representation of color #EEDED3: hue angle of 24.44º degrees, saturation: 0.44, 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 #EEDED3 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 211 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.07 |
| HSL | 24.44º | 0.44% | 0.88% | - |
| HSV(B) | 24.44º | 0.11% | 0.93% | - |
| XYZ | 73.14 | 75.12 | 72.27 | - |
| YUV | 225.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 211 | 0 | 0.07 | 0.11 | 0.07 | 24.44 | 0.44 | 0.88 |
| Hex | EE | DE | D3 | 0 | 7 | B | 7 | 18 | 2C | 58 |
| Octal | 356 | 336 | 323 | 0 | 7 | 13 | 7 | 30 | 54 | 130 |
| Binary | 11101110 | 11011110 | 11010011 | 0 | 111 | 1011 | 111 | 11000 | 101100 | 1011000 |
Color Harmonies of #EEDED3
Complementary color
Monochromatic Colors of #EEDED3
Black with #EEDED3
Text Example
Text Example
White with #EEDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDED3; }
p { color: rgb(238,222,211); }
H1.HeaderClassName
{
color: #EEDED3;
}
.AnyTagClassName
{
color: #EEDED3;
}
</style>
background-color css
<style>
a { background-color: #EEDED3; }
a { background-color: rgb(238,222,211); }
div.DivClassName
{
background-color: #EEDED3;
}
.BgClassName
{
background-color: #EEDED3;
}
</style>
border-color css
<style>
span { border-color: #EEDED3; }
span { border-color: rgb(238,222,211); }
td.TdClassName
{
border-color: #EEDED3;
}
.TagClassName
{
border-color: #EEDED3;
}
</style>