#EFD8CE

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

Shades of Pot Pourri #EFD8CE

Tints of Pot Pourri #EFD8CE

Color information

#EFD8CE (or 0xEFD8CE) is unknown color: approx Pot Pourri. HEX triplet: EF, D8 and CE. RGB value is (239,216,206). Sum of RGB (Red+Green+Blue) = 239+216+206=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8CE is #102731. Grayscale: #DDDDDD. Windows color (decimal): -1058610 or 13555951. OLE color: 13555951.

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

Color convert

RGB239216206-
CMYK00.100.140.06
HSL18.18º50.77%87.25%-
HSV(B)18.18º13.81%93.73%-
XYZ71.2971.9268.52-
YUV221.74119.12140.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 216 (84.77% from 255) = 32.68%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=36.16%
G=32.68%
B=31.16%

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
Decimal23921620600.100.140.0618.1850.7787.25
HexEFD8CE0AE6123357
Octal3573303160121662263127
Binary111011111101100011001110010101110110100101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8CE; }

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

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

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

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

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

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

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

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