#EAE9ED

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

Shades of Lavender #EAE9ED

Tints of Lavender #EAE9ED

Color information

#EAE9ED (or 0xEAE9ED) is unknown color: approx Lavender. HEX triplet: EA, E9 and ED. RGB value is (234,233,237). Sum of RGB (Red+Green+Blue) = 234+233+237=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9ED is #151612. Grayscale: #E9E9E9. Windows color (decimal): -1381907 or 15591914. OLE color: 15591914.

HSL color Cylindrical-coordinate representation of color #EAE9ED: hue angle of 255º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAE9ED is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234233237-
CMYK0.010.0200.07
HSL255º10%92.16%-
HSV(B)255º1.69%92.94%-
XYZ78.3681.8891.8-
YUV233.75129.83128.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 233 (91.41% from 255) = 33.10%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=33.24%
G=33.10%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342332370.010.0200.072551092.16
HexEAE9ED1207ffa5c
Octal352351355120737712134
Binary11101010111010011110110111001111111111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9ED; }

 p { color: rgb(234,233,237); }

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

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

 a { background-color: rgb(234,233,237); }

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

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

 span { border-color: rgb(234,233,237); }

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