#EFD7CC

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

Shades of Pot Pourri #EFD7CC

Tints of Pot Pourri #EFD7CC

Color information

#EFD7CC (or 0xEFD7CC) is unknown color: approx Pot Pourri. HEX triplet: EF, D7 and CC. RGB value is (239,215,204). Sum of RGB (Red+Green+Blue) = 239+215+204=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7CC is #102833. Grayscale: #DCDCDC. Windows color (decimal): -1058868 or 13424623. OLE color: 13424623.

HSL color Cylindrical-coordinate representation of color #EFD7CC: hue angle of 18.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD7CC is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239215204-
CMYK00.100.150.06
HSL18.86º52.24%86.86%-
HSV(B)18.86º14.64%93.73%-
XYZ70.871.3167.16-
YUV220.92118.45140.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 215 (84.38% from 255) = 32.67%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=36.32%
G=32.67%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921520400.100.150.0618.8652.2486.86
HexEFD7CC0AF6133457
Octal3573273140121762364127
Binary111011111101011111001100010101111110100111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7CC; }

 p { color: rgb(239,215,204); }

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

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

 a { background-color: rgb(239,215,204); }

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

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

 span { border-color: rgb(239,215,204); }

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