#EADDD7

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

Shades of Pot Pourri #EADDD7

Tints of Pot Pourri #EADDD7

Color information

#EADDD7 (or 0xEADDD7) is unknown color: approx Pot Pourri. HEX triplet: EA, DD and D7. RGB value is (234,221,215). Sum of RGB (Red+Green+Blue) = 234+221+215=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD7 is #152228. Grayscale: #E0E0E0. Windows color (decimal): -1385001 or 14147050. OLE color: 14147050.

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

Color convert

RGB234221215-
CMYK00.060.080.08
HSL18.95º31.15%88.04%-
HSV(B)18.95º8.12%91.76%-
XYZ72.0574.1174.8-
YUV224.2122.81134.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=34.93%
G=32.99%
B=32.09%

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
Decimal23422121500.060.080.0818.9531.1588.04
HexEADDD70688131f58
Octal3523353270610102337130
Binary11101010110111011101011101101000100010011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDD7; }

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

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

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

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

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

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

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

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