#EFD8CF

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

Shades of Pot Pourri #EFD8CF

Tints of Pot Pourri #EFD8CF

Color information

#EFD8CF (or 0xEFD8CF) is unknown color: approx Pot Pourri. HEX triplet: EF, D8 and CF. RGB value is (239,216,207). Sum of RGB (Red+Green+Blue) = 239+216+207=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8CF is #102730. Grayscale: #DDDDDD. Windows color (decimal): -1058609 or 13621487. OLE color: 13621487.

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

Color convert

RGB239216207-
CMYK00.100.130.06
HSL16.88º50%87.45%-
HSV(B)16.88º13.39%93.73%-
XYZ71.4171.9769.16-
YUV221.85119.62140.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 216 (84.77% from 255) = 32.63%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=36.10%
G=32.63%
B=31.27%

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
Decimal23921620700.100.130.0616.885087.45
HexEFD8CF0AD6113257
Octal3573303170121562162127
Binary111011111101100011001111010101101110100011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8CF; }

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

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

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

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

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

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

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

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