#E7DDD8

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

Shades of Pot Pourri #E7DDD8

Tints of Pot Pourri #E7DDD8

Color information

#E7DDD8 (or 0xE7DDD8) is unknown color: approx Pot Pourri. HEX triplet: E7, DD and D8. RGB value is (231,221,216). Sum of RGB (Red+Green+Blue) = 231+221+216=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDD8 is #182227. Grayscale: #DFDFDF. Windows color (decimal): -1581608 or 14212583. OLE color: 14212583.

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

Color convert

RGB231221216-
CMYK00.040.060.09
HSL20º23.81%87.65%-
HSV(B)20º6.49%90.59%-
XYZ71.2173.6675.43-
YUV223.42123.81133.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.58%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 216 (84.77% from 255) = 32.34%
R=34.58%
G=33.08%
B=32.34%

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
Decimal23122121600.040.060.092023.8187.65
HexE7DDD80469141858
Octal347335330046112430130
Binary1110011111011101110110000100110100110100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDD8; }

 p { color: rgb(231,221,216); }

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

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

 a { background-color: rgb(231,221,216); }

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

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

 span { border-color: rgb(231,221,216); }

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