Shades of Pot Pourri #EEDDD8
Tints of Pot Pourri #EEDDD8
RGB
CMYK
RGB Variations
Color information
#EEDDD8 (or 0xEEDDD8) is known color: Pot Pourri. HEX triplet: EE, DD and D8. RGB value is (238,221,216). Sum of RGB (Red+Green+Blue) = 238+221+216=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD8 is #112227. Grayscale: #E1E1E1. Windows color (decimal): -1122856 or 14212590. OLE color: 14212590.
HSL color Cylindrical-coordinate representation of color #EEDDD8: hue angle of 13.64º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDDD8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 216 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.07 |
| HSL | 13.64º | 0.39% | 0.89% | - |
| HSV(B) | 13.64º | 0.09% | 0.93% | - |
| XYZ | 73.51 | 74.85 | 75.54 | - |
| YUV | 225.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 216 | 0 | 0.07 | 0.09 | 0.07 | 13.64 | 0.39 | 0.89 |
| Hex | EE | DD | D8 | 0 | 7 | 9 | 7 | E | 27 | 59 |
| Octal | 356 | 335 | 330 | 0 | 7 | 11 | 7 | 16 | 47 | 131 |
| Binary | 11101110 | 11011101 | 11011000 | 0 | 111 | 1001 | 111 | 1110 | 100111 | 1011001 |
Color Harmonies of #EEDDD8
Complementary color
Monochromatic Colors of #EEDDD8
Black with #EEDDD8
Text Example
Text Example
White with #EEDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDD8; }
p { color: rgb(238,221,216); }
H1.HeaderClassName
{
color: #EEDDD8;
}
.AnyTagClassName
{
color: #EEDDD8;
}
</style>
background-color css
<style>
a { background-color: #EEDDD8; }
a { background-color: rgb(238,221,216); }
div.DivClassName
{
background-color: #EEDDD8;
}
.BgClassName
{
background-color: #EEDDD8;
}
</style>
border-color css
<style>
span { border-color: #EEDDD8; }
span { border-color: rgb(238,221,216); }
td.TdClassName
{
border-color: #EEDDD8;
}
.TagClassName
{
border-color: #EEDDD8;
}
</style>