#EFDED6

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

Shades of Pot Pourri #EFDED6

Tints of Pot Pourri #EFDED6

Color information

#EFDED6 (or 0xEFDED6) is unknown color: approx Pot Pourri. HEX triplet: EF, DE and D6. RGB value is (239,222,214). Sum of RGB (Red+Green+Blue) = 239+222+214=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED6 is #102129. Grayscale: #E2E2E2. Windows color (decimal): -1057066 or 14081775. OLE color: 14081775.

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

Color convert

RGB239222214-
CMYK00.070.100.06
HSL19.2º43.86%88.82%-
HSV(B)19.2º10.46%93.73%-
XYZ73.8675.4574.29-
YUV226.17121.13137.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 214 (83.98% from 255) = 31.70%
R=35.41%
G=32.89%
B=31.70%

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
Decimal23922221400.070.100.0619.243.8688.82
HexEFDED607A6132c59
Octal357336326071262354131
Binary11101111110111101101011001111010110100111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDED6; }

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

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

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

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

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

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

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

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