#EFD9D2

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

Shades of Pot Pourri #EFD9D2

Tints of Pot Pourri #EFD9D2

Color information

#EFD9D2 (or 0xEFD9D2) is unknown color: approx Pot Pourri. HEX triplet: EF, D9 and D2. RGB value is (239,217,210). Sum of RGB (Red+Green+Blue) = 239+217+210=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D2 is #10262D. Grayscale: #DEDEDE. Windows color (decimal): -1058350 or 13818351. OLE color: 13818351.

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

Color convert

RGB239217210-
CMYK00.090.120.06
HSL14.48º47.54%88.04%-
HSV(B)14.48º12.13%93.73%-
XYZ72.0472.6371.19-
YUV222.78120.79139.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 217 (85.16% from 255) = 32.58%
BLUE value IS 210 (82.42% from 255) = 31.53%
R=35.89%
G=32.58%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921721000.090.120.0614.4847.5488.04
HexEFD9D209C6e3058
Octal3573313220111461660130
Binary11101111110110011101001001001110011011101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9D2; }

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

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

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

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

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

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

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

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