#EFDED2

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

Shades of Pot Pourri #EFDED2

Tints of Pot Pourri #EFDED2

Color information

#EFDED2 (or 0xEFDED2) is unknown color: approx Pot Pourri. HEX triplet: EF, DE and D2. RGB value is (239,222,210). Sum of RGB (Red+Green+Blue) = 239+222+210=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED2 is #10212D. Grayscale: #E1E1E1. Windows color (decimal): -1057070 or 13819631. OLE color: 13819631.

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

Color convert

RGB239222210-
CMYK00.070.120.06
HSL24.83º47.54%88.04%-
HSV(B)24.83º12.13%93.73%-
XYZ73.3575.2571.63-
YUV225.71119.13137.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 210 (82.42% from 255) = 31.30%
R=35.62%
G=33.08%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922221000.070.120.0624.8347.5488.04
HexEFDED207C6193058
Octal357336322071463160130
Binary11101111110111101101001001111100110110011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDED2; }

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

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

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

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

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

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

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

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