#EAE9EF

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

Shades of Lavender #EAE9EF

Tints of Lavender #EAE9EF

Color information

#EAE9EF (or 0xEAE9EF) is unknown color: approx Lavender. HEX triplet: EA, E9 and EF. RGB value is (234,233,239). Sum of RGB (Red+Green+Blue) = 234+233+239=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAE9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9EF is #151610. Grayscale: #E9E9E9. Windows color (decimal): -1381905 or 15722986. OLE color: 15722986.

HSL color Cylindrical-coordinate representation of color #EAE9EF: hue angle of 250º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAE9EF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234233239-
CMYK0.020.0300.06
HSL250º15.79%92.55%-
HSV(B)250º2.51%93.73%-
XYZ78.658293.34-
YUV233.98130.83128.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 233 (91.41% from 255) = 33.00%
BLUE value IS 239 (93.75% from 255) = 33.85%
R=33.14%
G=33.00%
B=33.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342332390.020.0300.0625015.7992.55
HexEAE9EF2306fa105d
Octal352351357230637220135
Binary1110101011101001111011111011011011111010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9EF; }

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

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

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

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

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

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

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

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