#EBE1DE

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

Shades of Pot Pourri #EBE1DE

Tints of Pot Pourri #EBE1DE

Color information

#EBE1DE (or 0xEBE1DE) is unknown color: approx Pot Pourri. HEX triplet: EB, E1 and DE. RGB value is (235,225,222). Sum of RGB (Red+Green+Blue) = 235+225+222=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1DE is #141E21. Grayscale: #E3E3E3. Windows color (decimal): -1318434 or 14606827. OLE color: 14606827.

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

Color convert

RGB235225222-
CMYK00.040.060.08
HSL13.85º24.53%89.61%-
HSV(B)13.85º5.53%92.16%-
XYZ74.3776.7980.01-
YUV227.65124.81133.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=34.46%
G=32.99%
B=32.55%

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
Decimal23522522200.040.060.0813.8524.5389.61
HexEBE1DE0468e195a
Octal353341336046101631132
Binary111010111110000111011110010011010001110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1DE; }

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

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

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

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

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

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

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

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