#EFD7CD

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

Shades of Pot Pourri #EFD7CD

Tints of Pot Pourri #EFD7CD

Color information

#EFD7CD (or 0xEFD7CD) is unknown color: approx Pot Pourri. HEX triplet: EF, D7 and CD. RGB value is (239,215,205). Sum of RGB (Red+Green+Blue) = 239+215+205=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7CD is #102832. Grayscale: #DDDDDD. Windows color (decimal): -1058867 or 13490159. OLE color: 13490159.

HSL color Cylindrical-coordinate representation of color #EFD7CD: hue angle of 17.65º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFD7CD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239215205-
CMYK00.100.140.06
HSL17.65º51.52%87.06%-
HSV(B)17.65º14.23%93.73%-
XYZ70.9271.3667.79-
YUV221.04118.95140.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=36.27%
G=32.63%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921520500.100.140.0617.6551.5287.06
HexEFD7CD0AE6123457
Octal3573273150121662264127
Binary111011111101011111001101010101110110100101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7CD; }

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

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

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

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

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

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

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

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