#EEDCD2

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

Shades of Pot Pourri #EEDCD2

Tints of Pot Pourri #EEDCD2

Color information

#EEDCD2 (or 0xEEDCD2) is unknown color: approx Pot Pourri. HEX triplet: EE, DC and D2. RGB value is (238,220,210). Sum of RGB (Red+Green+Blue) = 238+220+210=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD2 is #11232D. Grayscale: #E0E0E0. Windows color (decimal): -1123118 or 13819118. OLE color: 13819118.

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

Color convert

RGB238220210-
CMYK00.080.120.07
HSL21.43º45.16%87.84%-
HSV(B)21.43º11.76%93.33%-
XYZ72.4974.0271.44-
YUV224.24119.96137.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=35.63%
G=32.93%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822021000.080.120.0721.4345.1687.84
HexEEDCD208C7152d58
Octal3563343220101472555130
Binary111011101101110011010010010001100111101011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCD2; }

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

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

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

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

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

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

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

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