#EEDFD5

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

Shades of Pot Pourri #EEDFD5

Tints of Pot Pourri #EEDFD5

Color information

#EEDFD5 (or 0xEEDFD5) is unknown color: approx Pot Pourri. HEX triplet: EE, DF and D5. RGB value is (238,223,213). Sum of RGB (Red+Green+Blue) = 238+223+213=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD5 is #11202A. Grayscale: #E2E2E2. Windows color (decimal): -1122347 or 14016494. OLE color: 14016494.

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

Color convert

RGB238223213-
CMYK00.060.110.07
HSL24º42.37%88.43%-
HSV(B)24º10.5%93.33%-
XYZ73.6675.7673.69-
YUV226.34120.47136.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 223 (87.5% from 255) = 33.09%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=35.31%
G=33.09%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822321300.060.110.072442.3788.43
HexEEDFD506B7182a58
Octal356337325061373052130
Binary11101110110111111101010101101011111110001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFD5; }

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

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

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

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

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

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

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

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