#EEDBD1

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

Shades of Pot Pourri #EEDBD1

Tints of Pot Pourri #EEDBD1

Color information

#EEDBD1 (or 0xEEDBD1) is unknown color: approx Pot Pourri. HEX triplet: EE, DB and D1. RGB value is (238,219,209). Sum of RGB (Red+Green+Blue) = 238+219+209=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBD1 is #11242E. Grayscale: #DFDFDF. Windows color (decimal): -1123375 or 13753326. OLE color: 13753326.

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

Color convert

RGB238219209-
CMYK00.080.120.07
HSL20.69º46.03%87.65%-
HSV(B)20.69º12.18%93.33%-
XYZ72.173.4470.7-
YUV223.54119.79138.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 219 (85.94% from 255) = 32.88%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=35.74%
G=32.88%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821920900.080.120.0720.6946.0387.65
HexEEDBD108C7152e58
Octal3563333210101472556130
Binary111011101101101111010001010001100111101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBD1; }

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

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

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

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

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

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

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

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