#E9DDD6

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

Shades of Pot Pourri #E9DDD6

Tints of Pot Pourri #E9DDD6

Color information

#E9DDD6 (or 0xE9DDD6) is unknown color: approx Pot Pourri. HEX triplet: E9, DD and D6. RGB value is (233,221,214). Sum of RGB (Red+Green+Blue) = 233+221+214=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDD6 is #162229. Grayscale: #DFDFDF. Windows color (decimal): -1450538 or 14081513. OLE color: 14081513.

HSL color Cylindrical-coordinate representation of color #E9DDD6: hue angle of 22.11º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DDD6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB233221214-
CMYK00.050.080.09
HSL22.11º30.16%87.65%-
HSV(B)22.11º8.15%91.37%-
XYZ71.673.8974.11-
YUV223.79122.48134.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.88%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 214 (83.98% from 255) = 32.04%
R=34.88%
G=33.08%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322121400.050.080.0922.1130.1687.65
HexE9DDD60589161e58
Octal3513353260510112636130
Binary11101001110111011101011001011000100110110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDD6; }

 p { color: rgb(233,221,214); }

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

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

 a { background-color: rgb(233,221,214); }

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

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

 span { border-color: rgb(233,221,214); }

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