#EEDDD0

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

Shades of Pot Pourri #EEDDD0

Tints of Pot Pourri #EEDDD0

Color information

#EEDDD0 (or 0xEEDDD0) is unknown color: approx Pot Pourri. HEX triplet: EE, DD and D0. RGB value is (238,221,208). Sum of RGB (Red+Green+Blue) = 238+221+208=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD0 is #11222F. Grayscale: #E0E0E0. Windows color (decimal): -1122864 or 13688302. OLE color: 13688302.

HSL color Cylindrical-coordinate representation of color #EEDDD0: hue angle of 26º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDDD0 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238221208-
CMYK00.070.130.07
HSL26º46.88%87.45%-
HSV(B)26º12.61%93.33%-
XYZ72.574.4470.22-
YUV224.6118.63137.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 208 (81.64% from 255) = 31.18%
R=35.68%
G=33.13%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822120800.070.130.072646.8887.45
HexEEDDD007D71a2f57
Octal356335320071573257127
Binary11101110110111011101000001111101111110101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDD0; }

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

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

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

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

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

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

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

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