#EFD7D0

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

Shades of Pot Pourri #EFD7D0

Tints of Pot Pourri #EFD7D0

Color information

#EFD7D0 (or 0xEFD7D0) is unknown color: approx Pot Pourri. HEX triplet: EF, D7 and D0. RGB value is (239,215,208). Sum of RGB (Red+Green+Blue) = 239+215+208=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7D0 is #10282F. Grayscale: #DDDDDD. Windows color (decimal): -1058864 or 13686767. OLE color: 13686767.

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

Color convert

RGB239215208-
CMYK00.100.130.06
HSL13.55º49.21%87.65%-
HSV(B)13.55º12.97%93.73%-
XYZ71.2871.5169.72-
YUV221.38120.45140.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 215 (84.38% from 255) = 32.48%
BLUE value IS 208 (81.64% from 255) = 31.42%
R=36.10%
G=32.48%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921520800.100.130.0613.5549.2187.65
HexEFD7D00AD6e3158
Octal3573273200121561661130
Binary11101111110101111101000001010110111011101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7D0; }

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

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

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

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

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

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

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

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