#E7DFDB

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

Shades of Pot Pourri #E7DFDB

Tints of Pot Pourri #E7DFDB

Color information

#E7DFDB (or 0xE7DFDB) is unknown color: approx Pot Pourri. HEX triplet: E7, DF and DB. RGB value is (231,223,219). Sum of RGB (Red+Green+Blue) = 231+223+219=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFDB is #182024. Grayscale: #E0E0E0. Windows color (decimal): -1581093 or 14409703. OLE color: 14409703.

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

Color convert

RGB231223219-
CMYK00.030.050.09
HSL20º20%88.24%-
HSV(B)20º5.19%90.59%-
XYZ72.1374.8877.67-
YUV224.94124.65132.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=34.32%
G=33.14%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122321900.030.050.09202088.24
HexE7DFDB0359141458
Octal347337333035112424130
Binary111001111101111111011011011101100110100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFDB; }

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

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

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

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

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

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

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

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