#EFDCD2

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

Shades of Pot Pourri #EFDCD2

Tints of Pot Pourri #EFDCD2

Color information

#EFDCD2 (or 0xEFDCD2) is unknown color: approx Pot Pourri. HEX triplet: EF, DC and D2. RGB value is (239,220,210). Sum of RGB (Red+Green+Blue) = 239+220+210=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD2 is #10232D. Grayscale: #E0E0E0. Windows color (decimal): -1057582 or 13819119. OLE color: 13819119.

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

Color convert

RGB239220210-
CMYK00.080.120.06
HSL20.69º47.54%88.04%-
HSV(B)20.69º12.13%93.73%-
XYZ72.8274.1971.45-
YUV224.54119.79138.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 210 (82.42% from 255) = 31.39%
R=35.72%
G=32.88%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922021000.080.120.0620.6947.5488.04
HexEFDCD208C6153058
Octal3573343220101462560130
Binary111011111101110011010010010001100110101011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCD2; }

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

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

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

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

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

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

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

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