#EEDED7

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

Shades of Pot Pourri #EEDED7

Tints of Pot Pourri #EEDED7

Color information

#EEDED7 (or 0xEEDED7) is unknown color: approx Pot Pourri. HEX triplet: EE, DE and D7. RGB value is (238,222,215). Sum of RGB (Red+Green+Blue) = 238+222+215=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED7 is #112128. Grayscale: #E2E2E2. Windows color (decimal): -1122601 or 14147310. OLE color: 14147310.

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

Color convert

RGB238222215-
CMYK00.070.100.07
HSL18.26º40.35%88.82%-
HSV(B)18.26º9.66%93.33%-
XYZ73.6575.3374.95-
YUV225.99121.8136.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 215 (84.38% from 255) = 31.85%
R=35.26%
G=32.89%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822221500.070.100.0718.2640.3588.82
HexEEDED707A7122859
Octal356336327071272250131
Binary11101110110111101101011101111010111100101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDED7; }

 p { color: rgb(238,222,215); }

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

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

 a { background-color: rgb(238,222,215); }

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

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

 span { border-color: rgb(238,222,215); }

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