#EDDCD7

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

Shades of Pot Pourri #EDDCD7

Tints of Pot Pourri #EDDCD7

Color information

#EDDCD7 (or 0xEDDCD7) is unknown color: approx Pot Pourri. HEX triplet: ED, DC and D7. RGB value is (237,220,215). Sum of RGB (Red+Green+Blue) = 237+220+215=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD7 is #122328. Grayscale: #E0E0E0. Windows color (decimal): -1188649 or 14146797. OLE color: 14146797.

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

Color convert

RGB237220215-
CMYK00.070.090.07
HSL13.64º37.93%88.63%-
HSV(B)13.64º9.28%92.94%-
XYZ72.7874.174.76-
YUV224.51122.63136.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=35.27%
G=32.74%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722021500.070.090.0713.6437.9388.63
HexEDDCD70797e2659
Octal355334327071171646131
Binary1110110111011100110101110111100111111101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCD7; }

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

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

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

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

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

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

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

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