#EBDCD5

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

Shades of Pot Pourri #EBDCD5

Tints of Pot Pourri #EBDCD5

Color information

#EBDCD5 (or 0xEBDCD5) is unknown color: approx Pot Pourri. HEX triplet: EB, DC and D5. RGB value is (235,220,213). Sum of RGB (Red+Green+Blue) = 235+220+213=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD5 is #14232A. Grayscale: #DFDFDF. Windows color (decimal): -1319723 or 14015723. OLE color: 14015723.

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

Color convert

RGB235220213-
CMYK00.060.090.08
HSL19.09º35.48%87.84%-
HSV(B)19.09º9.36%92.16%-
XYZ71.8673.6573.38-
YUV223.69121.97136.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 213 (83.59% from 255) = 31.89%
R=35.18%
G=32.93%
B=31.89%

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
Decimal23522021300.060.090.0819.0935.4887.84
HexEBDCD50698132358
Octal3533343250611102343130
Binary111010111101110011010101011010011000100111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD5; }

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

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

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

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

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

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

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

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