#EFDED9

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

Shades of Pot Pourri #EFDED9

Tints of Pot Pourri #EFDED9

Color information

#EFDED9 (or 0xEFDED9) is unknown color: approx Pot Pourri. HEX triplet: EF, DE and D9. RGB value is (239,222,217). Sum of RGB (Red+Green+Blue) = 239+222+217=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED9 is #102126. Grayscale: #E2E2E2. Windows color (decimal): -1057063 or 14278383. OLE color: 14278383.

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

Color convert

RGB239222217-
CMYK00.070.090.06
HSL13.64º40.74%89.41%-
HSV(B)13.64º9.21%93.73%-
XYZ74.2475.676.33-
YUV226.51122.63136.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 217 (85.16% from 255) = 32.01%
R=35.25%
G=32.74%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922221700.070.090.0613.6440.7489.41
HexEFDED90796e2959
Octal357336331071161651131
Binary1110111111011110110110010111100111011101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDED9; }

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

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

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

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

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

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

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

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