#EDDCD3

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

Shades of Pot Pourri #EDDCD3

Tints of Pot Pourri #EDDCD3

Color information

#EDDCD3 (or 0xEDDCD3) is unknown color: approx Pot Pourri. HEX triplet: ED, DC and D3. RGB value is (237,220,211). Sum of RGB (Red+Green+Blue) = 237+220+211=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD3 is #12232C. Grayscale: #E0E0E0. Windows color (decimal): -1188653 or 13884653. OLE color: 13884653.

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

Color convert

RGB237220211-
CMYK00.070.110.07
HSL20.77º41.94%87.84%-
HSV(B)20.77º10.97%92.94%-
XYZ72.2873.8972.08-
YUV224.06120.63137.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=35.48%
G=32.93%
B=31.59%

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
Decimal23722021100.070.110.0720.7741.9487.84
HexEDDCD307B7152a58
Octal355334323071372552130
Binary11101101110111001101001101111011111101011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCD3; }

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

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

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

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

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

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

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

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