#EEDFD8

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

Shades of Pot Pourri #EEDFD8

Tints of Pot Pourri #EEDFD8

Color information

#EEDFD8 (or 0xEEDFD8) is unknown color: approx Pot Pourri. HEX triplet: EE, DF and D8. RGB value is (238,223,216). Sum of RGB (Red+Green+Blue) = 238+223+216=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD8 is #112027. Grayscale: #E2E2E2. Windows color (decimal): -1122344 or 14213102. OLE color: 14213102.

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

Color convert

RGB238223216-
CMYK00.060.090.07
HSL19.09º39.29%89.02%-
HSV(B)19.09º9.24%93.33%-
XYZ74.0475.9175.72-
YUV226.69121.97136.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=35.16%
G=32.94%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822321600.060.090.0719.0939.2989.02
HexEEDFD80697132759
Octal356337330061172347131
Binary11101110110111111101100001101001111100111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFD8; }

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

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

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

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

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

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

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

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