#EFD9D1

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

Shades of Pot Pourri #EFD9D1

Tints of Pot Pourri #EFD9D1

Color information

#EFD9D1 (or 0xEFD9D1) is unknown color: approx Pot Pourri. HEX triplet: EF, D9 and D1. RGB value is (239,217,209). Sum of RGB (Red+Green+Blue) = 239+217+209=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D1 is #10262E. Grayscale: #DEDEDE. Windows color (decimal): -1058351 or 13752815. OLE color: 13752815.

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

Color convert

RGB239217209-
CMYK00.090.130.06
HSL16º48.39%87.84%-
HSV(B)16º12.55%93.73%-
XYZ71.9272.5870.54-
YUV222.67120.29139.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 217 (85.16% from 255) = 32.63%
BLUE value IS 209 (82.03% from 255) = 31.43%
R=35.94%
G=32.63%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921720900.090.130.061648.3987.84
HexEFD9D109D6103058
Octal3573313210111562060130
Binary111011111101100111010001010011101110100001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9D1; }

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

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

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

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

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

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

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

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