#EAE1DD

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

Shades of Pot Pourri #EAE1DD

Tints of Pot Pourri #EAE1DD

Color information

#EAE1DD (or 0xEAE1DD) is unknown color: approx Pot Pourri. HEX triplet: EA, E1 and DD. RGB value is (234,225,221). Sum of RGB (Red+Green+Blue) = 234+225+221=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1DD is #151E22. Grayscale: #E3E3E3. Windows color (decimal): -1383971 or 14541290. OLE color: 14541290.

HSL color Cylindrical-coordinate representation of color #EAE1DD: hue angle of 18.46º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE1DD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234225221-
CMYK00.040.060.08
HSL18.46º23.64%89.22%-
HSV(B)18.46º5.56%91.76%-
XYZ73.9176.5679.29-
YUV227.24124.48132.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=34.41%
G=33.09%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422522100.040.060.0818.4623.6489.22
HexEAE1DD0468121859
Octal352341335046102230131
Binary1110101011100001110111010100110100010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1DD; }

 p { color: rgb(234,225,221); }

 H1.HeaderClassName
 {
   color: #EAE1DD;
 }
 .AnyTagClassName
 {
   color: #EAE1DD;
 }
</style>
background-color css

<style>
 a { background-color: #EAE1DD; }

 a { background-color: rgb(234,225,221); }

 div.DivClassName
 {
   background-color: #EAE1DD;
 }
 .BgClassName
 {
   background-color: #EAE1DD;
 }
</style>
border-color css

<style>
 span { border-color: #EAE1DD; }

 span { border-color: rgb(234,225,221); }

 td.TdClassName
 {
   border-color: #EAE1DD;
 }
 .TagClassName
 {
   border-color: #EAE1DD;
 }
</style>