#EADCD6

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

Shades of Pot Pourri #EADCD6

Tints of Pot Pourri #EADCD6

Color information

#EADCD6 (or 0xEADCD6) is unknown color: approx Pot Pourri. HEX triplet: EA, DC and D6. RGB value is (234,220,214). Sum of RGB (Red+Green+Blue) = 234+220+214=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCD6 is #152329. Grayscale: #DFDFDF. Windows color (decimal): -1385258 or 14081258. OLE color: 14081258.

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

Color convert

RGB234220214-
CMYK00.060.090.08
HSL18º32.26%87.84%-
HSV(B)18º8.55%91.76%-
XYZ71.6673.5374.03-
YUV223.5122.64135.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 214 (83.98% from 255) = 32.04%
R=35.03%
G=32.93%
B=32.04%

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
Decimal23422021400.060.090.081832.2687.84
HexEADCD60698122058
Octal3523343260611102240130
Binary111010101101110011010110011010011000100101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCD6; }

 p { color: rgb(234,220,214); }

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

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

 a { background-color: rgb(234,220,214); }

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

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

 span { border-color: rgb(234,220,214); }

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