#EED9D2

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

Shades of Pot Pourri #EED9D2

Tints of Pot Pourri #EED9D2

Color information

#EED9D2 (or 0xEED9D2) is unknown color: approx Pot Pourri. HEX triplet: EE, D9 and D2. RGB value is (238,217,210). Sum of RGB (Red+Green+Blue) = 238+217+210=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9D2 is #11262D. Grayscale: #DEDEDE. Windows color (decimal): -1123886 or 13818350. OLE color: 13818350.

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

Color convert

RGB238217210-
CMYK00.090.120.07
HSL15º45.16%87.84%-
HSV(B)15º11.76%93.33%-
XYZ71.7172.4671.18-
YUV222.48120.96139.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 217 (85.16% from 255) = 32.63%
BLUE value IS 210 (82.42% from 255) = 31.58%
R=35.79%
G=32.63%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821721000.090.120.071545.1687.84
HexEED9D209C7f2d58
Octal3563313220111471755130
Binary11101110110110011101001001001110011111111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9D2; }

 p { color: rgb(238,217,210); }

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

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

 a { background-color: rgb(238,217,210); }

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

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

 span { border-color: rgb(238,217,210); }

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