#EFDDD5

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

Shades of Pot Pourri #EFDDD5

Tints of Pot Pourri #EFDDD5

Color information

#EFDDD5 (or 0xEFDDD5) is unknown color: approx Pot Pourri. HEX triplet: EF, DD and D5. RGB value is (239,221,213). Sum of RGB (Red+Green+Blue) = 239+221+213=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD5 is #10222A. Grayscale: #E1E1E1. Windows color (decimal): -1057323 or 14015983. OLE color: 14015983.

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

Color convert

RGB239221213-
CMYK00.080.110.06
HSL18.46º44.83%88.63%-
HSV(B)18.46º10.88%93.73%-
XYZ73.4674.8773.53-
YUV225.47120.96137.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=35.51%
G=32.84%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922121300.080.110.0618.4644.8388.63
HexEFDDD508B6122d59
Octal3573353250101362255131
Binary111011111101110111010101010001011110100101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDD5; }

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

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

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

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

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

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

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

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