Shades of Pot Pourri #E8E1DE
Tints of Pot Pourri #E8E1DE
RGB
CMYK
RGB Variations
Color information
#E8E1DE (or 0xE8E1DE) is known color: Pot Pourri. HEX triplet: E8, E1 and DE. RGB value is (232,225,222). Sum of RGB (Red+Green+Blue) = 232+225+222=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E1DE is #171E21. Grayscale: #E2E2E2. Windows color (decimal): -1515042 or 14606824. OLE color: 14606824.
HSL color Cylindrical-coordinate representation of color #E8E1DE: hue angle of 18º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E8E1DE is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 222 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.09 |
| HSL | 18º | 0.18% | 0.89% | - |
| HSV(B) | 18º | 0.04% | 0.91% | - |
| XYZ | 73.39 | 76.28 | 79.96 | - |
| YUV | 226.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 222 | 0 | 0.03 | 0.04 | 0.09 | 18 | 0.18 | 0.89 |
| Hex | E8 | E1 | DE | 0 | 3 | 4 | 9 | 12 | 12 | 59 |
| Octal | 350 | 341 | 336 | 0 | 3 | 4 | 11 | 22 | 22 | 131 |
| Binary | 11101000 | 11100001 | 11011110 | 0 | 11 | 100 | 1001 | 10010 | 10010 | 1011001 |
Color Harmonies of #E8E1DE
Complementary color
Monochromatic Colors of #E8E1DE
Black with #E8E1DE
Text Example
Text Example
White with #E8E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E1DE; }
p { color: rgb(232,225,222); }
H1.HeaderClassName
{
color: #E8E1DE;
}
.AnyTagClassName
{
color: #E8E1DE;
}
</style>
background-color css
<style>
a { background-color: #E8E1DE; }
a { background-color: rgb(232,225,222); }
div.DivClassName
{
background-color: #E8E1DE;
}
.BgClassName
{
background-color: #E8E1DE;
}
</style>
border-color css
<style>
span { border-color: #E8E1DE; }
span { border-color: rgb(232,225,222); }
td.TdClassName
{
border-color: #E8E1DE;
}
.TagClassName
{
border-color: #E8E1DE;
}
</style>