#EEDDD7

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

Shades of Pot Pourri #EEDDD7

Tints of Pot Pourri #EEDDD7

Color information

#EEDDD7 (or 0xEEDDD7) is unknown color: approx Pot Pourri. HEX triplet: EE, DD and D7. RGB value is (238,221,215). Sum of RGB (Red+Green+Blue) = 238+221+215=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD7 is #112228. Grayscale: #E1E1E1. Windows color (decimal): -1122857 or 14147054. OLE color: 14147054.

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

Color convert

RGB238221215-
CMYK00.070.100.07
HSL15.65º40.35%88.82%-
HSV(B)15.65º9.66%93.33%-
XYZ73.3874.874.86-
YUV225.4122.13136.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 215 (84.38% from 255) = 31.90%
R=35.31%
G=32.79%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822121500.070.100.0715.6540.3588.82
HexEEDDD707A7102859
Octal356335327071272050131
Binary11101110110111011101011101111010111100001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDD7; }

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

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

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

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

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

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

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

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