#EBDDD7

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

Shades of Pot Pourri #EBDDD7

Tints of Pot Pourri #EBDDD7

Color information

#EBDDD7 (or 0xEBDDD7) is unknown color: approx Pot Pourri. HEX triplet: EB, DD and D7. RGB value is (235,221,215). Sum of RGB (Red+Green+Blue) = 235+221+215=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD7 is #142228. Grayscale: #E0E0E0. Windows color (decimal): -1319465 or 14147051. OLE color: 14147051.

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

Color convert

RGB235221215-
CMYK00.060.090.08
HSL18º33.33%88.24%-
HSV(B)18º8.51%92.16%-
XYZ72.3874.2874.81-
YUV224.5122.64135.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=35.02%
G=32.94%
B=32.04%

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
Decimal23522121500.060.090.081833.3388.24
HexEBDDD70698122158
Octal3533353270611102241130
Binary111010111101110111010111011010011000100101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD7; }

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

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

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

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

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

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

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

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