#EFDED8

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

Shades of Pot Pourri #EFDED8

Tints of Pot Pourri #EFDED8

Color information

#EFDED8 (or 0xEFDED8) is unknown color: approx Pot Pourri. HEX triplet: EF, DE and D8. RGB value is (239,222,216). Sum of RGB (Red+Green+Blue) = 239+222+216=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED8 is #102127. Grayscale: #E2E2E2. Windows color (decimal): -1057064 or 14212847. OLE color: 14212847.

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

Color convert

RGB239222216-
CMYK00.070.100.06
HSL15.65º41.82%89.22%-
HSV(B)15.65º9.62%93.73%-
XYZ74.1175.5575.64-
YUV226.4122.13136.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=35.30%
G=32.79%
B=31.91%

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
Decimal23922221600.070.100.0615.6541.8289.22
HexEFDED807A6102a59
Octal357336330071262052131
Binary11101111110111101101100001111010110100001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDED8; }

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

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

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

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

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

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

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

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