#EFDFDA

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

Shades of Pot Pourri #EFDFDA

Tints of Pot Pourri #EFDFDA

Color information

#EFDFDA (or 0xEFDFDA) is unknown color: approx Pot Pourri. HEX triplet: EF, DF and DA. RGB value is (239,223,218). Sum of RGB (Red+Green+Blue) = 239+223+218=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDA is #102025. Grayscale: #E3E3E3. Windows color (decimal): -1056806 or 14344175. OLE color: 14344175.

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

Color convert

RGB239223218-
CMYK00.070.090.06
HSL14.29º39.62%89.61%-
HSV(B)14.29º8.79%93.73%-
XYZ74.6476.1977.1-
YUV227.21122.8136.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=35.15%
G=32.79%
B=32.06%

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
Decimal23922321800.070.090.0614.2939.6289.61
HexEFDFDA0796e285a
Octal357337332071161650132
Binary1110111111011111110110100111100111011101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFDA; }

 p { color: rgb(239,223,218); }

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

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

 a { background-color: rgb(239,223,218); }

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

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

 span { border-color: rgb(239,223,218); }

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