#EDDDD7

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

Shades of Pot Pourri #EDDDD7

Tints of Pot Pourri #EDDDD7

Color information

#EDDDD7 (or 0xEDDDD7) is unknown color: approx Pot Pourri. HEX triplet: ED, DD and D7. RGB value is (237,221,215). Sum of RGB (Red+Green+Blue) = 237+221+215=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD7 is #122228. Grayscale: #E1E1E1. Windows color (decimal): -1188393 or 14147053. OLE color: 14147053.

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

Color convert

RGB237221215-
CMYK00.070.090.07
HSL16.36º37.93%88.63%-
HSV(B)16.36º9.28%92.94%-
XYZ73.0574.6274.84-
YUV225.1122.3136.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=35.22%
G=32.84%
B=31.95%

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
Decimal23722121500.070.090.0716.3637.9388.63
HexEDDDD70797102659
Octal355335327071172046131
Binary11101101110111011101011101111001111100001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDD7; }

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

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

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

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

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

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

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

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