#EBE1DD

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

Shades of Pot Pourri #EBE1DD

Tints of Pot Pourri #EBE1DD

Color information

#EBE1DD (or 0xEBE1DD) is unknown color: approx Pot Pourri. HEX triplet: EB, E1 and DD. RGB value is (235,225,221). Sum of RGB (Red+Green+Blue) = 235+225+221=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1DD is #141E22. Grayscale: #E3E3E3. Windows color (decimal): -1318435 or 14541291. OLE color: 14541291.

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

Color convert

RGB235225221-
CMYK00.040.060.08
HSL17.14º25.93%89.41%-
HSV(B)17.14º5.96%92.16%-
XYZ74.2476.7379.3-
YUV227.53124.31133.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=34.51%
G=33.04%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522522100.040.060.0817.1425.9389.41
HexEBE1DD0468111a59
Octal353341335046102132131
Binary1110101111100001110111010100110100010001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1DD; }

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

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

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

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

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

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

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

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