#EFD9CE

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

Shades of Pot Pourri #EFD9CE

Tints of Pot Pourri #EFD9CE

Color information

#EFD9CE (or 0xEFD9CE) is unknown color: approx Pot Pourri. HEX triplet: EF, D9 and CE. RGB value is (239,217,206). Sum of RGB (Red+Green+Blue) = 239+217+206=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9CE is #102631. Grayscale: #DEDEDE. Windows color (decimal): -1058354 or 13556207. OLE color: 13556207.

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

Color convert

RGB239217206-
CMYK00.090.140.06
HSL20º50.77%87.25%-
HSV(B)20º13.81%93.73%-
XYZ71.5572.4368.6-
YUV222.32118.79139.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=36.10%
G=32.78%
B=31.12%

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
Decimal23921720600.090.140.062050.7787.25
HexEFD9CE09E6143357
Octal3573313160111662463127
Binary111011111101100111001110010011110110101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9CE; }

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

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

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

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

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

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

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

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