#EFDBD0

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

Shades of Pot Pourri #EFDBD0

Tints of Pot Pourri #EFDBD0

Color information

#EFDBD0 (or 0xEFDBD0) is unknown color: approx Pot Pourri. HEX triplet: EF, DB and D0. RGB value is (239,219,208). Sum of RGB (Red+Green+Blue) = 239+219+208=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBD0 is #10242F. Grayscale: #DFDFDF. Windows color (decimal): -1057840 or 13687791. OLE color: 13687791.

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

Color convert

RGB239219208-
CMYK00.080.130.06
HSL21.29º49.21%87.65%-
HSV(B)21.29º12.97%93.73%-
XYZ72.3173.5770.06-
YUV223.73119.13138.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 219 (85.94% from 255) = 32.88%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=35.89%
G=32.88%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921920800.080.130.0621.2949.2187.65
HexEFDBD008D6153158
Octal3573333200101562561130
Binary111011111101101111010000010001101110101011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBD0; }

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

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

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

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

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

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

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

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