#EFDFD5

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

Shades of Pot Pourri #EFDFD5

Tints of Pot Pourri #EFDFD5

Color information

#EFDFD5 (or 0xEFDFD5) is unknown color: approx Pot Pourri. HEX triplet: EF, DF and D5. RGB value is (239,223,213). Sum of RGB (Red+Green+Blue) = 239+223+213=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD5 is #10202A. Grayscale: #E2E2E2. Windows color (decimal): -1056811 or 14016495. OLE color: 14016495.

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

Color convert

RGB239223213-
CMYK00.070.110.06
HSL23.08º44.83%88.63%-
HSV(B)23.08º10.88%93.73%-
XYZ73.9975.9373.71-
YUV226.64120.3136.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 213 (83.59% from 255) = 31.56%
R=35.41%
G=33.04%
B=31.56%

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
Decimal23922321300.070.110.0623.0844.8388.63
HexEFDFD507B6172d59
Octal357337325071362755131
Binary11101111110111111101010101111011110101111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFD5; }

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

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

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

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

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

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

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

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