#EDDFD7

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

Shades of Pot Pourri #EDDFD7

Tints of Pot Pourri #EDDFD7

Color information

#EDDFD7 (or 0xEDDFD7) is unknown color: approx Pot Pourri. HEX triplet: ED, DF and D7. RGB value is (237,223,215). Sum of RGB (Red+Green+Blue) = 237+223+215=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD7 is #122028. Grayscale: #E2E2E2. Windows color (decimal): -1187881 or 14147565. OLE color: 14147565.

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

Color convert

RGB237223215-
CMYK00.060.090.07
HSL21.82º37.93%88.63%-
HSV(B)21.82º9.28%92.94%-
XYZ73.5875.6975.02-
YUV226.27121.64135.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 215 (84.38% from 255) = 31.85%
R=35.11%
G=33.04%
B=31.85%

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
Decimal23722321500.060.090.0721.8237.9388.63
HexEDDFD70697162659
Octal355337327061172646131
Binary11101101110111111101011101101001111101101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFD7; }

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

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

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

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

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

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

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

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