#EADDD5

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

Shades of Pot Pourri #EADDD5

Tints of Pot Pourri #EADDD5

Color information

#EADDD5 (or 0xEADDD5) is unknown color: approx Pot Pourri. HEX triplet: EA, DD and D5. RGB value is (234,221,213). Sum of RGB (Red+Green+Blue) = 234+221+213=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD5 is #15222A. Grayscale: #E0E0E0. Windows color (decimal): -1385003 or 14015978. OLE color: 14015978.

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

Color convert

RGB234221213-
CMYK00.060.090.08
HSL22.86º33.33%87.65%-
HSV(B)22.86º8.97%91.76%-
XYZ71.874.0173.45-
YUV223.98121.81135.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 213 (83.59% from 255) = 31.89%
R=35.03%
G=33.08%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422121300.060.090.0822.8633.3387.65
HexEADDD50698172158
Octal3523353250611102741130
Binary111010101101110111010101011010011000101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDD5; }

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

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

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

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

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

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

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

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