#EADED7

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

Shades of Pot Pourri #EADED7

Tints of Pot Pourri #EADED7

Color information

#EADED7 (or 0xEADED7) is unknown color: approx Pot Pourri. HEX triplet: EA, DE and D7. RGB value is (234,222,215). Sum of RGB (Red+Green+Blue) = 234+222+215=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EADED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADED7 is #152128. Grayscale: #E0E0E0. Windows color (decimal): -1384745 or 14147306. OLE color: 14147306.

HSL color Cylindrical-coordinate representation of color #EADED7: hue angle of 22.11º 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 #EADED7 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234222215-
CMYK00.050.080.08
HSL22.11º31.15%88.04%-
HSV(B)22.11º8.12%91.76%-
XYZ72.3274.6474.89-
YUV224.79122.48134.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=34.87%
G=33.08%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422221500.050.080.0822.1131.1588.04
HexEADED70588161f58
Octal3523363270510102637130
Binary11101010110111101101011101011000100010110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADED7; }

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

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

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

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

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

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

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

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