#EEDAD1

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

Shades of Pot Pourri #EEDAD1

Tints of Pot Pourri #EEDAD1

Color information

#EEDAD1 (or 0xEEDAD1) is unknown color: approx Pot Pourri. HEX triplet: EE, DA and D1. RGB value is (238,218,209). Sum of RGB (Red+Green+Blue) = 238+218+209=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD1 is #11252E. Grayscale: #DFDFDF. Windows color (decimal): -1123631 or 13753070. OLE color: 13753070.

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

Color convert

RGB238218209-
CMYK00.080.120.07
HSL18.62º46.03%87.65%-
HSV(B)18.62º12.18%93.33%-
XYZ71.8472.9270.61-
YUV222.95120.13138.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 209 (82.03% from 255) = 31.43%
R=35.79%
G=32.78%
B=31.43%

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
Decimal23821820900.080.120.0718.6246.0387.65
HexEEDAD108C7132e58
Octal3563323210101472356130
Binary111011101101101011010001010001100111100111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAD1; }

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

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

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

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

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

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

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

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