#EFDDD7

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

Shades of Pot Pourri #EFDDD7

Tints of Pot Pourri #EFDDD7

Color information

#EFDDD7 (or 0xEFDDD7) is unknown color: approx Pot Pourri. HEX triplet: EF, DD and D7. RGB value is (239,221,215). Sum of RGB (Red+Green+Blue) = 239+221+215=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD7 is #102228. Grayscale: #E1E1E1. Windows color (decimal): -1057321 or 14147055. OLE color: 14147055.

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

Color convert

RGB239221215-
CMYK00.080.100.06
HSL15º42.86%89.02%-
HSV(B)15º10.04%93.73%-
XYZ73.7274.9774.88-
YUV225.7121.96137.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 215 (84.38% from 255) = 31.85%
R=35.41%
G=32.74%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922121500.080.100.061542.8689.02
HexEFDDD708A6f2b59
Octal3573353270101261753131
Binary11101111110111011101011101000101011011111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDD7; }

 p { color: rgb(239,221,215); }

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

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

 a { background-color: rgb(239,221,215); }

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

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

 span { border-color: rgb(239,221,215); }

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