#EEDCD5

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

Shades of Pot Pourri #EEDCD5

Tints of Pot Pourri #EEDCD5

Color information

#EEDCD5 (or 0xEEDCD5) is unknown color: approx Pot Pourri. HEX triplet: EE, DC and D5. RGB value is (238,220,213). Sum of RGB (Red+Green+Blue) = 238+220+213=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD5 is #11232A. Grayscale: #E0E0E0. Windows color (decimal): -1123115 or 14015726. OLE color: 14015726.

HSL color Cylindrical-coordinate representation of color #EEDCD5: hue angle of 16.8º 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 #EEDCD5 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238220213-
CMYK00.080.110.07
HSL16.8º42.37%88.43%-
HSV(B)16.8º10.5%93.33%-
XYZ72.8674.1773.43-
YUV224.58121.46137.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=35.47%
G=32.79%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822021300.080.110.0716.842.3788.43
HexEEDCD508B7112a58
Octal3563343250101372152130
Binary111011101101110011010101010001011111100011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCD5; }

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

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

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

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

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

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

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

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