#EDDED7

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

Shades of Pot Pourri #EDDED7

Tints of Pot Pourri #EDDED7

Color information

#EDDED7 (or 0xEDDED7) is unknown color: approx Pot Pourri. HEX triplet: ED, DE and D7. RGB value is (237,222,215). Sum of RGB (Red+Green+Blue) = 237+222+215=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDED7 is #122128. Grayscale: #E1E1E1. Windows color (decimal): -1188137 or 14147309. OLE color: 14147309.

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

Color convert

RGB237222215-
CMYK00.060.090.07
HSL19.09º37.93%88.63%-
HSV(B)19.09º9.28%92.94%-
XYZ73.3175.1574.93-
YUV225.69121.97136.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 215 (84.38% from 255) = 31.90%
R=35.16%
G=32.94%
B=31.90%

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
Decimal23722221500.060.090.0719.0937.9388.63
HexEDDED70697132659
Octal355336327061172346131
Binary11101101110111101101011101101001111100111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDED7; }

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

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

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

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

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

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

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

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