#EEDDD5

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

Shades of Pot Pourri #EEDDD5

Tints of Pot Pourri #EEDDD5

Color information

#EEDDD5 (or 0xEEDDD5) is unknown color: approx Pot Pourri. HEX triplet: EE, DD and D5. RGB value is (238,221,213). Sum of RGB (Red+Green+Blue) = 238+221+213=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD5 is #11222A. Grayscale: #E1E1E1. Windows color (decimal): -1122859 or 14015982. OLE color: 14015982.

HSL color Cylindrical-coordinate representation of color #EEDDD5: hue angle of 19.2º 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 #EEDDD5 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238221213-
CMYK00.070.110.07
HSL19.2º42.37%88.43%-
HSV(B)19.2º10.5%93.33%-
XYZ73.1374.6973.51-
YUV225.17121.13137.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 213 (83.59% from 255) = 31.70%
R=35.42%
G=32.89%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822121300.070.110.0719.242.3788.43
HexEEDDD507B7132a58
Octal356335325071372352130
Binary11101110110111011101010101111011111100111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDD5; }

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

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

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

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

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

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

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

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