#EDDDD2

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

Shades of Pot Pourri #EDDDD2

Tints of Pot Pourri #EDDDD2

Color information

#EDDDD2 (or 0xEDDDD2) is unknown color: approx Pot Pourri. HEX triplet: ED, DD and D2. RGB value is (237,221,210). Sum of RGB (Red+Green+Blue) = 237+221+210=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD2 is #12222D. Grayscale: #E0E0E0. Windows color (decimal): -1188398 or 13819373. OLE color: 13819373.

HSL color Cylindrical-coordinate representation of color #EDDDD2: hue angle of 24.44º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDDD2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237221210-
CMYK00.070.110.07
HSL24.44º42.86%87.65%-
HSV(B)24.44º11.39%92.94%-
XYZ72.4174.3771.51-
YUV224.53119.8136.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=35.48%
G=33.08%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722121000.070.110.0724.4442.8687.65
HexEDDDD207B7182b58
Octal355335322071373053130
Binary11101101110111011101001001111011111110001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDD2; }

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

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

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

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

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

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

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

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