#EDDED9

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

Shades of Pot Pourri #EDDED9

Tints of Pot Pourri #EDDED9

Color information

#EDDED9 (or 0xEDDED9) is unknown color: approx Pot Pourri. HEX triplet: ED, DE and D9. RGB value is (237,222,217). Sum of RGB (Red+Green+Blue) = 237+222+217=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDED9 is #122126. Grayscale: #E1E1E1. Windows color (decimal): -1188135 or 14278381. OLE color: 14278381.

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

Color convert

RGB237222217-
CMYK00.060.080.07
HSL15º35.71%89.02%-
HSV(B)15º8.44%92.94%-
XYZ73.5775.2676.29-
YUV225.92122.97135.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 222 (87.11% from 255) = 32.84%
BLUE value IS 217 (85.16% from 255) = 32.10%
R=35.06%
G=32.84%
B=32.10%

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
Decimal23722221700.060.080.071535.7189.02
HexEDDED90687f2459
Octal355336331061071744131
Binary1110110111011110110110010110100011111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDED9; }

 p { color: rgb(237,222,217); }

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

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

 a { background-color: rgb(237,222,217); }

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

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

 span { border-color: rgb(237,222,217); }

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