#EFD6CF

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

Shades of Pot Pourri #EFD6CF

Tints of Pot Pourri #EFD6CF

Color information

#EFD6CF (or 0xEFD6CF) is unknown color: approx Pot Pourri. HEX triplet: EF, D6 and CF. RGB value is (239,214,207). Sum of RGB (Red+Green+Blue) = 239+214+207=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6CF is #102930. Grayscale: #DCDCDC. Windows color (decimal): -1059121 or 13620975. OLE color: 13620975.

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

Color convert

RGB239214207-
CMYK00.100.130.06
HSL13.13º50%87.45%-
HSV(B)13.13º13.39%93.73%-
XYZ70.9170.9568.99-
YUV220.68120.28141.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 214 (83.98% from 255) = 32.42%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=36.21%
G=32.42%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921420700.100.130.0613.135087.45
HexEFD6CF0AD6d3257
Octal3573263170121561562127
Binary11101111110101101100111101010110111011011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6CF; }

 p { color: rgb(239,214,207); }

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

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

 a { background-color: rgb(239,214,207); }

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

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

 span { border-color: rgb(239,214,207); }

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