#EBDCD7

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

Shades of Pot Pourri #EBDCD7

Tints of Pot Pourri #EBDCD7

Color information

#EBDCD7 (or 0xEBDCD7) is unknown color: approx Pot Pourri. HEX triplet: EB, DC and D7. RGB value is (235,220,215). Sum of RGB (Red+Green+Blue) = 235+220+215=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD7 is #142328. Grayscale: #DFDFDF. Windows color (decimal): -1319721 or 14146795. OLE color: 14146795.

HSL color Cylindrical-coordinate representation of color #EBDCD7: hue angle of 15º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDCD7 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235220215-
CMYK00.060.090.08
HSL15º33.33%88.24%-
HSV(B)15º8.51%92.16%-
XYZ72.1273.7574.72-
YUV223.91122.97135.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=35.07%
G=32.84%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522021500.060.090.081533.3388.24
HexEBDCD70698f2158
Octal3533343270611101741130
Binary11101011110111001101011101101001100011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD7; }

 p { color: rgb(235,220,215); }

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

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

 a { background-color: rgb(235,220,215); }

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

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

 span { border-color: rgb(235,220,215); }

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