#EEDCD7

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

Shades of Pot Pourri #EEDCD7

Tints of Pot Pourri #EEDCD7

Color information

#EEDCD7 (or 0xEEDCD7) is unknown color: approx Pot Pourri. HEX triplet: EE, DC and D7. RGB value is (238,220,215). Sum of RGB (Red+Green+Blue) = 238+220+215=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD7 is #112328. Grayscale: #E0E0E0. Windows color (decimal): -1123113 or 14146798. OLE color: 14146798.

HSL color Cylindrical-coordinate representation of color #EEDCD7: hue angle of 13.04º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDCD7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238220215-
CMYK00.080.100.07
HSL13.04º40.35%88.82%-
HSV(B)13.04º9.66%93.33%-
XYZ73.1274.2774.77-
YUV224.81122.46137.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=35.36%
G=32.69%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822021500.080.100.0713.0440.3588.82
HexEEDCD708A7d2859
Octal3563343270101271550131
Binary11101110110111001101011101000101011111011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCD7; }

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

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

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

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

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

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

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

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