#EAE0DB

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

Shades of Pot Pourri #EAE0DB

Tints of Pot Pourri #EAE0DB

Color information

#EAE0DB (or 0xEAE0DB) is unknown color: approx Pot Pourri. HEX triplet: EA, E0 and DB. RGB value is (234,224,219). Sum of RGB (Red+Green+Blue) = 234+224+219=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0DB is #151F24. Grayscale: #E2E2E2. Windows color (decimal): -1384229 or 14409962. OLE color: 14409962.

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

Color convert

RGB234224219-
CMYK00.040.060.08
HSL20º26.32%88.82%-
HSV(B)20º6.41%91.76%-
XYZ73.3775.9277.8-
YUV226.42123.81133.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=34.56%
G=33.09%
B=32.35%

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
Decimal23422421900.040.060.082026.3288.82
HexEAE0DB0468141a59
Octal352340333046102432131
Binary1110101011100000110110110100110100010100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0DB; }

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

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

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

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

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

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

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

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