Shades of Pot Pourri #E6E1DF
Tints of Pot Pourri #E6E1DF
RGB
CMYK
RGB Variations
Color information
#E6E1DF (or 0xE6E1DF) is known color: Pot Pourri. HEX triplet: E6, E1 and DF. RGB value is (230,225,223). Sum of RGB (Red+Green+Blue) = 230+225+223=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1DF is #191E20. Grayscale: #E2E2E2. Windows color (decimal): -1646113 or 14672358. OLE color: 14672358.
HSL color Cylindrical-coordinate representation of color #E6E1DF: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E1DF is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 223 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.10 |
| HSL | 17.14º | 0.12% | 0.89% | - |
| HSV(B) | 17.14º | 0.03% | 0.9% | - |
| XYZ | 72.88 | 76 | 80.64 | - |
| YUV | 226.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 223 | 0 | 0.02 | 0.03 | 0.10 | 17.14 | 0.12 | 0.89 |
| Hex | E6 | E1 | DF | 0 | 2 | 3 | A | 11 | C | 59 |
| Octal | 346 | 341 | 337 | 0 | 2 | 3 | 12 | 21 | 14 | 131 |
| Binary | 11100110 | 11100001 | 11011111 | 0 | 10 | 11 | 1010 | 10001 | 1100 | 1011001 |
Color Harmonies of #E6E1DF
Complementary color
Monochromatic Colors of #E6E1DF
Black with #E6E1DF
Text Example
Text Example
White with #E6E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1DF; }
p { color: rgb(230,225,223); }
H1.HeaderClassName
{
color: #E6E1DF;
}
.AnyTagClassName
{
color: #E6E1DF;
}
</style>
background-color css
<style>
a { background-color: #E6E1DF; }
a { background-color: rgb(230,225,223); }
div.DivClassName
{
background-color: #E6E1DF;
}
.BgClassName
{
background-color: #E6E1DF;
}
</style>
border-color css
<style>
span { border-color: #E6E1DF; }
span { border-color: rgb(230,225,223); }
td.TdClassName
{
border-color: #E6E1DF;
}
.TagClassName
{
border-color: #E6E1DF;
}
</style>