#EFDACE

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

Shades of Pot Pourri #EFDACE

Tints of Pot Pourri #EFDACE

Color information

#EFDACE (or 0xEFDACE) is unknown color: approx Pot Pourri. HEX triplet: EF, DA and CE. RGB value is (239,218,206). Sum of RGB (Red+Green+Blue) = 239+218+206=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACE is #102531. Grayscale: #DEDEDE. Windows color (decimal): -1058098 or 13556463. OLE color: 13556463.

HSL color Cylindrical-coordinate representation of color #EFDACE: hue angle of 21.82º degrees, saturation: 0.51, 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 #EFDACE is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239218206-
CMYK00.090.140.06
HSL21.82º50.77%87.25%-
HSV(B)21.82º13.81%93.73%-
XYZ71.8172.9568.69-
YUV222.91118.46139.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 206 (80.86% from 255) = 31.07%
R=36.05%
G=32.88%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921820600.090.140.0621.8250.7787.25
HexEFDACE09E6163357
Octal3573323160111662663127
Binary111011111101101011001110010011110110101101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDACE; }

 p { color: rgb(239,218,206); }

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

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

 a { background-color: rgb(239,218,206); }

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

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

 span { border-color: rgb(239,218,206); }

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