#EADFDA

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

Shades of Pot Pourri #EADFDA

Tints of Pot Pourri #EADFDA

Color information

#EADFDA (or 0xEADFDA) is unknown color: approx Pot Pourri. HEX triplet: EA, DF and DA. RGB value is (234,223,218). Sum of RGB (Red+Green+Blue) = 234+223+218=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFDA is #152025. Grayscale: #E1E1E1. Windows color (decimal): -1384486 or 14344170. OLE color: 14344170.

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

Color convert

RGB234223218-
CMYK00.050.070.08
HSL18.75º27.59%88.63%-
HSV(B)18.75º6.84%91.76%-
XYZ72.9775.3377.02-
YUV225.72123.64133.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=34.67%
G=33.04%
B=32.30%

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
Decimal23422321800.050.070.0818.7527.5988.63
HexEADFDA0578131c59
Octal352337332057102334131
Binary1110101011011111110110100101111100010011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFDA; }

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

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

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

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

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

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

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

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