#EADDD8

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

Shades of Pot Pourri #EADDD8

Tints of Pot Pourri #EADDD8

Color information

#EADDD8 (or 0xEADDD8) is unknown color: approx Pot Pourri. HEX triplet: EA, DD and D8. RGB value is (234,221,216). Sum of RGB (Red+Green+Blue) = 234+221+216=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD8 is #152227. Grayscale: #E0E0E0. Windows color (decimal): -1385000 or 14212586. OLE color: 14212586.

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

Color convert

RGB234221216-
CMYK00.060.080.08
HSL16.67º30%88.24%-
HSV(B)16.67º7.69%91.76%-
XYZ72.1874.1675.48-
YUV224.32123.31134.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=34.87%
G=32.94%
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.08
SystemRedGreenBlueCMYKHSL
Decimal23422121600.060.080.0816.673088.24
HexEADDD80688111e58
Octal3523353300610102136130
Binary11101010110111011101100001101000100010001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDD8; }

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

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

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

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

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

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

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

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