#E9DCD7

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

Shades of Pot Pourri #E9DCD7

Tints of Pot Pourri #E9DCD7

Color information

#E9DCD7 (or 0xE9DCD7) is unknown color: approx Pot Pourri. HEX triplet: E9, DC and D7. RGB value is (233,220,215). Sum of RGB (Red+Green+Blue) = 233+220+215=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCD7 is #162328. Grayscale: #DFDFDF. Windows color (decimal): -1450793 or 14146793. OLE color: 14146793.

HSL color Cylindrical-coordinate representation of color #E9DCD7: hue angle of 16.67º degrees, saturation: 0.29, 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 #E9DCD7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB233220215-
CMYK00.060.080.09
HSL16.67º29.03%87.84%-
HSV(B)16.67º7.73%91.37%-
XYZ71.4673.4274.69-
YUV223.32123.31134.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.88%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 215 (84.38% from 255) = 32.19%
R=34.88%
G=32.93%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322021500.060.080.0916.6729.0387.84
HexE9DCD70689111d58
Octal3513343270610112135130
Binary11101001110111001101011101101000100110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCD7; }

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

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

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

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

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

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

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

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