Shades of Pot Pourri #E8E2E0
Tints of Pot Pourri #E8E2E0
RGB
CMYK
RGB Variations
Color information
#E8E2E0 (or 0xE8E2E0) is known color: Pot Pourri. HEX triplet: E8, E2 and E0. RGB value is (232,226,224). Sum of RGB (Red+Green+Blue) = 232+226+224=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E2E0 is #171D1F. Grayscale: #E3E3E3. Windows color (decimal): -1514784 or 14738152. OLE color: 14738152.
HSL color Cylindrical-coordinate representation of color #E8E2E0: hue angle of 15º degrees, saturation: 0.15, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8E2E0 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 224 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.09 |
| HSL | 15º | 0.15% | 0.89% | - |
| HSV(B) | 15º | 0.03% | 0.91% | - |
| XYZ | 73.93 | 76.93 | 81.47 | - |
| YUV | 227.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 224 | 0 | 0.03 | 0.03 | 0.09 | 15 | 0.15 | 0.89 |
| Hex | E8 | E2 | E0 | 0 | 3 | 3 | 9 | F | F | 59 |
| Octal | 350 | 342 | 340 | 0 | 3 | 3 | 11 | 17 | 17 | 131 |
| Binary | 11101000 | 11100010 | 11100000 | 0 | 11 | 11 | 1001 | 1111 | 1111 | 1011001 |
Color Harmonies of #E8E2E0
Complementary color
Monochromatic Colors of #E8E2E0
Black with #E8E2E0
Text Example
Text Example
White with #E8E2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E2E0; }
p { color: rgb(232,226,224); }
H1.HeaderClassName
{
color: #E8E2E0;
}
.AnyTagClassName
{
color: #E8E2E0;
}
</style>
background-color css
<style>
a { background-color: #E8E2E0; }
a { background-color: rgb(232,226,224); }
div.DivClassName
{
background-color: #E8E2E0;
}
.BgClassName
{
background-color: #E8E2E0;
}
</style>
border-color css
<style>
span { border-color: #E8E2E0; }
span { border-color: rgb(232,226,224); }
td.TdClassName
{
border-color: #E8E2E0;
}
.TagClassName
{
border-color: #E8E2E0;
}
</style>