#EFDED5

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

Shades of Pot Pourri #EFDED5

Tints of Pot Pourri #EFDED5

Color information

#EFDED5 (or 0xEFDED5) is unknown color: approx Pot Pourri. HEX triplet: EF, DE and D5. RGB value is (239,222,213). Sum of RGB (Red+Green+Blue) = 239+222+213=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED5 is #10212A. Grayscale: #E2E2E2. Windows color (decimal): -1057067 or 14016239. OLE color: 14016239.

HSL color Cylindrical-coordinate representation of color #EFDED5: hue angle of 20.77º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDED5 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239222213-
CMYK00.070.110.06
HSL20.77º44.83%88.63%-
HSV(B)20.77º10.88%93.73%-
XYZ73.7375.473.62-
YUV226.06120.63137.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=35.46%
G=32.94%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922221300.070.110.0620.7744.8388.63
HexEFDED507B6152d59
Octal357336325071362555131
Binary11101111110111101101010101111011110101011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDED5; }

 p { color: rgb(239,222,213); }

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

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

 a { background-color: rgb(239,222,213); }

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

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

 span { border-color: rgb(239,222,213); }

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