#EFDED4

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

Shades of Pot Pourri #EFDED4

Tints of Pot Pourri #EFDED4

Color information

#EFDED4 (or 0xEFDED4) is unknown color: approx Pot Pourri. HEX triplet: EF, DE and D4. RGB value is (239,222,212). Sum of RGB (Red+Green+Blue) = 239+222+212=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED4 is #10212B. Grayscale: #E2E2E2. Windows color (decimal): -1057068 or 13950703. OLE color: 13950703.

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

Color convert

RGB239222212-
CMYK00.070.110.06
HSL22.22º45.76%88.43%-
HSV(B)22.22º11.3%93.73%-
XYZ73.675.3572.95-
YUV225.94120.13137.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 222 (87.11% from 255) = 32.99%
BLUE value IS 212 (83.20% from 255) = 31.50%
R=35.51%
G=32.99%
B=31.50%

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
Decimal23922221200.070.110.0622.2245.7688.43
HexEFDED407B6162e58
Octal357336324071362656130
Binary11101111110111101101010001111011110101101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDED4; }

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

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

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

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

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

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

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

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