#EEDDD1

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

Shades of Pot Pourri #EEDDD1

Tints of Pot Pourri #EEDDD1

Color information

#EEDDD1 (or 0xEEDDD1) is unknown color: approx Pot Pourri. HEX triplet: EE, DD and D1. RGB value is (238,221,209). Sum of RGB (Red+Green+Blue) = 238+221+209=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD1 is #11222E. Grayscale: #E0E0E0. Windows color (decimal): -1122863 or 13753838. OLE color: 13753838.

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

Color convert

RGB238221209-
CMYK00.070.120.07
HSL24.83º46.03%87.65%-
HSV(B)24.83º12.18%93.33%-
XYZ72.6274.4970.87-
YUV224.72119.13137.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 209 (82.03% from 255) = 31.29%
R=35.63%
G=33.08%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822120900.070.120.0724.8346.0387.65
HexEEDDD107C7192e58
Octal356335321071473156130
Binary11101110110111011101000101111100111110011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDD1; }

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

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

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

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

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

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

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

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