#E9DFDB

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

Shades of Pot Pourri #E9DFDB

Tints of Pot Pourri #E9DFDB

Color information

#E9DFDB (or 0xE9DFDB) is unknown color: approx Pot Pourri. HEX triplet: E9, DF and DB. RGB value is (233,223,219). Sum of RGB (Red+Green+Blue) = 233+223+219=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFDB is #162024. Grayscale: #E1E1E1. Windows color (decimal): -1450021 or 14409705. OLE color: 14409705.

HSL color Cylindrical-coordinate representation of color #E9DFDB: hue angle of 17.14º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DFDB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233223219-
CMYK00.040.060.09
HSL17.14º24.14%88.63%-
HSV(B)17.14º6.01%91.37%-
XYZ72.7875.2177.7-
YUV225.53124.31133.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=34.52%
G=33.04%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322321900.040.060.0917.1424.1488.63
HexE9DFDB0469111859
Octal351337333046112130131
Binary1110100111011111110110110100110100110001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFDB; }

 p { color: rgb(233,223,219); }

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

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

 a { background-color: rgb(233,223,219); }

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

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

 span { border-color: rgb(233,223,219); }

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