#E6E1DF

Color #E6E1DF Pot Pourri (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pot Pourri #E6E1DF

Tints of Pot Pourri #E6E1DF

Color information

#E6E1DF (or 0xE6E1DF) is unknown color: approx 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

RGB230225223-
CMYK00.020.030.10
HSL17.14º12.28%88.82%-
HSV(B)17.14º3.04%90.2%-
XYZ72.887680.64-
YUV226.27126.16130.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 225 (88.28% from 255) = 33.19%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=33.92%
G=33.19%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022522300.020.030.1017.1412.2888.82
HexE6E1DF023A11c59
Octal346341337023122114131
Binary1110011011100001110111110101110101000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>