#EEDFD9

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

Shades of Pot Pourri #EEDFD9

Tints of Pot Pourri #EEDFD9

Color information

#EEDFD9 (or 0xEEDFD9) is unknown color: approx Pot Pourri. HEX triplet: EE, DF and D9. RGB value is (238,223,217). Sum of RGB (Red+Green+Blue) = 238+223+217=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD9 is #112026. Grayscale: #E2E2E2. Windows color (decimal): -1122343 or 14278638. OLE color: 14278638.

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

Color convert

RGB238223217-
CMYK00.060.090.07
HSL17.14º38.18%89.22%-
HSV(B)17.14º8.82%93.33%-
XYZ74.1775.9676.4-
YUV226.8122.47135.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 223 (87.5% from 255) = 32.89%
BLUE value IS 217 (85.16% from 255) = 32.01%
R=35.10%
G=32.89%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822321700.060.090.0717.1438.1889.22
HexEEDFD90697112659
Octal356337331061172146131
Binary11101110110111111101100101101001111100011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFD9; }

 p { color: rgb(238,223,217); }

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

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

 a { background-color: rgb(238,223,217); }

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

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

 span { border-color: rgb(238,223,217); }

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