#EEE0DA

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

Shades of Pot Pourri #EEE0DA

Tints of Pot Pourri #EEE0DA

Color information

#EEE0DA (or 0xEEE0DA) is unknown color: approx Pot Pourri. HEX triplet: EE, E0 and DA. RGB value is (238,224,218). Sum of RGB (Red+Green+Blue) = 238+224+218=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0DA is #111F25. Grayscale: #E3E3E3. Windows color (decimal): -1122086 or 14344430. OLE color: 14344430.

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

Color convert

RGB238224218-
CMYK00.060.080.07
HSL18º37.04%89.41%-
HSV(B)18º8.4%93.33%-
XYZ74.5776.5577.18-
YUV227.5122.64135.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=35%
G=32.94%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822421800.060.080.071837.0489.41
HexEEE0DA0687122559
Octal356340332061072245131
Binary11101110111000001101101001101000111100101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0DA; }

 p { color: rgb(238,224,218); }

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

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

 a { background-color: rgb(238,224,218); }

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

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

 span { border-color: rgb(238,224,218); }

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