#EDE1DD

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

Shades of Pot Pourri #EDE1DD

Tints of Pot Pourri #EDE1DD

Color information

#EDE1DD (or 0xEDE1DD) is unknown color: approx Pot Pourri. HEX triplet: ED, E1 and DD. RGB value is (237,225,221). Sum of RGB (Red+Green+Blue) = 237+225+221=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1DD is #121E22. Grayscale: #E4E4E4. Windows color (decimal): -1187363 or 14541293. OLE color: 14541293.

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

Color convert

RGB237225221-
CMYK00.050.070.07
HSL15º30.77%89.8%-
HSV(B)15º6.75%92.94%-
XYZ74.977.0879.34-
YUV228.13123.98134.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 221 (86.72% from 255) = 32.36%
R=34.70%
G=32.94%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722522100.050.070.071530.7789.8
HexEDE1DD0577f1f5a
Octal35534133505771737132
Binary11101101111000011101110101011111111111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1DD; }

 p { color: rgb(237,225,221); }

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

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

 a { background-color: rgb(237,225,221); }

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

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

 span { border-color: rgb(237,225,221); }

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