#EADFD9

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

Shades of Pot Pourri #EADFD9

Tints of Pot Pourri #EADFD9

Color information

#EADFD9 (or 0xEADFD9) is unknown color: approx Pot Pourri. HEX triplet: EA, DF and D9. RGB value is (234,223,217). Sum of RGB (Red+Green+Blue) = 234+223+217=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFD9 is #152026. Grayscale: #E1E1E1. Windows color (decimal): -1384487 or 14278634. OLE color: 14278634.

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

Color convert

RGB234223217-
CMYK00.050.070.08
HSL21.18º28.81%88.43%-
HSV(B)21.18º7.26%91.76%-
XYZ72.8475.2876.34-
YUV225.6123.14133.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=34.72%
G=33.09%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422321700.050.070.0821.1828.8188.43
HexEADFD90578151d58
Octal352337331057102535130
Binary1110101011011111110110010101111100010101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFD9; }

 p { color: rgb(234,223,217); }

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

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

 a { background-color: rgb(234,223,217); }

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

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

 span { border-color: rgb(234,223,217); }

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