#EAE8DB

Color #EAE8DB Black White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black White #EAE8DB

Tints of Black White #EAE8DB

Color information

#EAE8DB (or 0xEAE8DB) is unknown color: approx Black White. HEX triplet: EA, E8 and DB. RGB value is (234,232,219). Sum of RGB (Red+Green+Blue) = 234+232+219=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE8DB is #151724. Grayscale: #E7E7E7. Windows color (decimal): -1382181 or 14412010. OLE color: 14412010.

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

Color convert

RGB234232219-
CMYK00.010.060.08
HSL52º26.32%88.82%-
HSV(B)52º6.41%91.76%-
XYZ75.5780.3278.54-
YUV231.12121.16130.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 232 (91.02% from 255) = 33.87%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=34.16%
G=33.87%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423221900.010.060.085226.3288.82
HexEAE8DB0168341a59
Octal352350333016106432131
Binary111010101110100011011011011101000110100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8DB; }

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

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

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

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

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

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

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

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