#EDDCD1

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

Shades of Pot Pourri #EDDCD1

Tints of Pot Pourri #EDDCD1

Color information

#EDDCD1 (or 0xEDDCD1) is unknown color: approx Pot Pourri. HEX triplet: ED, DC and D1. RGB value is (237,220,209). Sum of RGB (Red+Green+Blue) = 237+220+209=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD1 is #12232E. Grayscale: #DFDFDF. Windows color (decimal): -1188655 or 13753581. OLE color: 13753581.

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

Color convert

RGB237220209-
CMYK00.070.120.07
HSL23.57º43.75%87.45%-
HSV(B)23.57º11.81%92.94%-
XYZ72.0373.7970.77-
YUV223.83119.63137.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=35.59%
G=33.03%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722020900.070.120.0723.5743.7587.45
HexEDDCD107C7182c57
Octal355334321071473054127
Binary11101101110111001101000101111100111110001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCD1; }

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

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

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

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

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

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

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

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