#EEDED5

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

Shades of Pot Pourri #EEDED5

Tints of Pot Pourri #EEDED5

Color information

#EEDED5 (or 0xEEDED5) is unknown color: approx Pot Pourri. HEX triplet: EE, DE and D5. RGB value is (238,222,213). Sum of RGB (Red+Green+Blue) = 238+222+213=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED5 is #11212A. Grayscale: #E1E1E1. Windows color (decimal): -1122603 or 14016238. OLE color: 14016238.

HSL color Cylindrical-coordinate representation of color #EEDED5: hue angle of 21.6º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDED5 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238222213-
CMYK00.070.110.07
HSL21.6º42.37%88.43%-
HSV(B)21.6º10.5%93.33%-
XYZ73.3975.2273.6-
YUV225.76120.8136.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 222 (87.11% from 255) = 32.99%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=35.36%
G=32.99%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822221300.070.110.0721.642.3788.43
HexEEDED507B7162a58
Octal356336325071372652130
Binary11101110110111101101010101111011111101101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDED5; }

 p { color: rgb(238,222,213); }

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

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

 a { background-color: rgb(238,222,213); }

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

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

 span { border-color: rgb(238,222,213); }

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