#EFDBCF

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

Shades of Pot Pourri #EFDBCF

Tints of Pot Pourri #EFDBCF

Color information

#EFDBCF (or 0xEFDBCF) is unknown color: approx Pot Pourri. HEX triplet: EF, DB and CF. RGB value is (239,219,207). Sum of RGB (Red+Green+Blue) = 239+219+207=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBCF is #102430. Grayscale: #DFDFDF. Windows color (decimal): -1057841 or 13622255. OLE color: 13622255.

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

Color convert

RGB239219207-
CMYK00.080.130.06
HSL22.5º50%87.45%-
HSV(B)22.5º13.39%93.73%-
XYZ72.1973.5269.42-
YUV223.61118.63138.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 219 (85.94% from 255) = 32.93%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=35.94%
G=32.93%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921920700.080.130.0622.55087.45
HexEFDBCF08D6173257
Octal3573333170101562762127
Binary111011111101101111001111010001101110101111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBCF; }

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

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

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

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

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

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

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

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