#EEDDD8

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

Shades of Pot Pourri #EEDDD8

Tints of Pot Pourri #EEDDD8

Color information

#EEDDD8 (or 0xEEDDD8) is unknown color: approx Pot Pourri. HEX triplet: EE, DD and D8. RGB value is (238,221,216). Sum of RGB (Red+Green+Blue) = 238+221+216=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD8 is #112227. Grayscale: #E1E1E1. Windows color (decimal): -1122856 or 14212590. OLE color: 14212590.

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

Color convert

RGB238221216-
CMYK00.070.090.07
HSL13.64º39.29%89.02%-
HSV(B)13.64º9.24%93.33%-
XYZ73.5174.8575.54-
YUV225.51122.63136.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 216 (84.77% from 255) = 32%
R=35.26%
G=32.74%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822121600.070.090.0713.6439.2989.02
HexEEDDD80797e2759
Octal356335330071171647131
Binary1110111011011101110110000111100111111101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDD8; }

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

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

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

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

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

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

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

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