#EDE1DC

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

Shades of Pot Pourri #EDE1DC

Tints of Pot Pourri #EDE1DC

Color information

#EDE1DC (or 0xEDE1DC) is unknown color: approx Pot Pourri. HEX triplet: ED, E1 and DC. RGB value is (237,225,220). Sum of RGB (Red+Green+Blue) = 237+225+220=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1DC is #121E23. Grayscale: #E4E4E4. Windows color (decimal): -1187364 or 14475757. OLE color: 14475757.

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

Color convert

RGB237225220-
CMYK00.050.070.07
HSL17.65º32.08%89.61%-
HSV(B)17.65º7.17%92.94%-
XYZ74.7777.0278.64-
YUV228.02123.48134.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=34.75%
G=32.99%
B=32.26%

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
Decimal23722522000.050.070.0717.6532.0889.61
HexEDE1DC057712205a
Octal35534133405772240132
Binary1110110111100001110111000101111111100101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1DC; }

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

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

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

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

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

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

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

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