#EBE0DB

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

Shades of Pot Pourri #EBE0DB

Tints of Pot Pourri #EBE0DB

Color information

#EBE0DB (or 0xEBE0DB) is unknown color: approx Pot Pourri. HEX triplet: EB, E0 and DB. RGB value is (235,224,219). Sum of RGB (Red+Green+Blue) = 235+224+219=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0DB is #141F24. Grayscale: #E2E2E2. Windows color (decimal): -1318693 or 14409963. OLE color: 14409963.

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

Color convert

RGB235224219-
CMYK00.050.070.08
HSL18.75º28.57%89.02%-
HSV(B)18.75º6.81%92.16%-
XYZ73.776.0977.82-
YUV226.72123.64133.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 224 (87.89% from 255) = 33.04%
BLUE value IS 219 (85.94% from 255) = 32.30%
R=34.66%
G=33.04%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522421900.050.070.0818.7528.5789.02
HexEBE0DB0578131d59
Octal353340333057102335131
Binary1110101111100000110110110101111100010011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0DB; }

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

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

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

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

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

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

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

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