#EFDCD5

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

Shades of Pot Pourri #EFDCD5

Tints of Pot Pourri #EFDCD5

Color information

#EFDCD5 (or 0xEFDCD5) is unknown color: approx Pot Pourri. HEX triplet: EF, DC and D5. RGB value is (239,220,213). Sum of RGB (Red+Green+Blue) = 239+220+213=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD5 is #10232A. Grayscale: #E0E0E0. Windows color (decimal): -1057579 or 14015727. OLE color: 14015727.

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

Color convert

RGB239220213-
CMYK00.080.110.06
HSL16.15º44.83%88.63%-
HSV(B)16.15º10.88%93.73%-
XYZ73.274.3473.44-
YUV224.88121.29138.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 213 (83.59% from 255) = 31.70%
R=35.57%
G=32.74%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922021300.080.110.0616.1544.8388.63
HexEFDCD508B6102d59
Octal3573343250101362055131
Binary111011111101110011010101010001011110100001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCD5; }

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

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

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

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

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

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

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

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