#EDE0DB

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

Shades of Pot Pourri #EDE0DB

Tints of Pot Pourri #EDE0DB

Color information

#EDE0DB (or 0xEDE0DB) is unknown color: approx Pot Pourri. HEX triplet: ED, E0 and DB. RGB value is (237,224,219). Sum of RGB (Red+Green+Blue) = 237+224+219=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0DB is #121F24. Grayscale: #E3E3E3. Windows color (decimal): -1187621 or 14409965. OLE color: 14409965.

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

Color convert

RGB237224219-
CMYK00.050.080.07
HSL16.67º33.33%89.41%-
HSV(B)16.67º7.59%92.94%-
XYZ74.3776.4377.85-
YUV227.32123.31134.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 219 (85.94% from 255) = 32.21%
R=34.85%
G=32.94%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722421900.050.080.0716.6733.3389.41
HexEDE0DB0587112159
Octal355340333051072141131
Binary11101101111000001101101101011000111100011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0DB; }

 p { color: rgb(237,224,219); }

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

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

 a { background-color: rgb(237,224,219); }

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

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

 span { border-color: rgb(237,224,219); }

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