#EFDFD6

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

Shades of Pot Pourri #EFDFD6

Tints of Pot Pourri #EFDFD6

Color information

#EFDFD6 (or 0xEFDFD6) is unknown color: approx Pot Pourri. HEX triplet: EF, DF and D6. RGB value is (239,223,214). Sum of RGB (Red+Green+Blue) = 239+223+214=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD6 is #102029. Grayscale: #E2E2E2. Windows color (decimal): -1056810 or 14082031. OLE color: 14082031.

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

Color convert

RGB239223214-
CMYK00.070.100.06
HSL21.6º43.86%88.82%-
HSV(B)21.6º10.46%93.73%-
XYZ74.1275.9874.38-
YUV226.76120.8136.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 214 (83.98% from 255) = 31.66%
R=35.36%
G=32.99%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922321400.070.100.0621.643.8688.82
HexEFDFD607A6162c59
Octal357337326071262654131
Binary11101111110111111101011001111010110101101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFD6; }

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

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

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

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

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

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

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

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