#EBE0DD

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

Shades of Pot Pourri #EBE0DD

Tints of Pot Pourri #EBE0DD

Color information

#EBE0DD (or 0xEBE0DD) is unknown color: approx Pot Pourri. HEX triplet: EB, E0 and DD. RGB value is (235,224,221). Sum of RGB (Red+Green+Blue) = 235+224+221=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0DD is #141F22. Grayscale: #E2E2E2. Windows color (decimal): -1318691 or 14541035. OLE color: 14541035.

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

Color convert

RGB235224221-
CMYK00.050.060.08
HSL12.86º25.93%89.41%-
HSV(B)12.86º5.96%92.16%-
XYZ73.9776.1979.21-
YUV226.95124.64133.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=34.56%
G=32.94%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522422100.050.060.0812.8625.9389.41
HexEBE0DD0568d1a59
Octal353340335056101532131
Binary111010111110000011011101010111010001101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0DD; }

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

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

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

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

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

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

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

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