#EEDFDA

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

Shades of Pot Pourri #EEDFDA

Tints of Pot Pourri #EEDFDA

Color information

#EEDFDA (or 0xEEDFDA) is unknown color: approx Pot Pourri. HEX triplet: EE, DF and DA. RGB value is (238,223,218). Sum of RGB (Red+Green+Blue) = 238+223+218=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDA is #112025. Grayscale: #E2E2E2. Windows color (decimal): -1122342 or 14344174. OLE color: 14344174.

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

Color convert

RGB238223218-
CMYK00.060.080.07
HSL15º37.04%89.41%-
HSV(B)15º8.4%93.33%-
XYZ74.376.0177.09-
YUV226.92122.97135.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 218 (85.55% from 255) = 32.11%
R=35.05%
G=32.84%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822321800.060.080.071537.0489.41
HexEEDFDA0687f2559
Octal356337332061071745131
Binary1110111011011111110110100110100011111111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFDA; }

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

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

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

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

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

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

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

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