#EBDFD9

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

Shades of Pot Pourri #EBDFD9

Tints of Pot Pourri #EBDFD9

Color information

#EBDFD9 (or 0xEBDFD9) is unknown color: approx Pot Pourri. HEX triplet: EB, DF and D9. RGB value is (235,223,217). Sum of RGB (Red+Green+Blue) = 235+223+217=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD9 is #142026. Grayscale: #E1E1E1. Windows color (decimal): -1318951 or 14278635. OLE color: 14278635.

HSL color Cylindrical-coordinate representation of color #EBDFD9: hue angle of 20º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDFD9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235223217-
CMYK00.050.080.08
HSL20º31.03%88.63%-
HSV(B)20º7.66%92.16%-
XYZ73.1775.4576.35-
YUV225.9122.98134.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=34.81%
G=33.04%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522321700.050.080.082031.0388.63
HexEBDFD90588141f59
Octal3533373310510102437131
Binary11101011110111111101100101011000100010100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFD9; }

 p { color: rgb(235,223,217); }

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

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

 a { background-color: rgb(235,223,217); }

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

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

 span { border-color: rgb(235,223,217); }

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