#EAE9FF

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

Shades of Lavender #EAE9FF

Tints of Lavender #EAE9FF

Color information

#EAE9FF (or 0xEAE9FF) is unknown color: approx Lavender. HEX triplet: EA, E9 and FF. RGB value is (234,233,255). Sum of RGB (Red+Green+Blue) = 234+233+255=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 233 (91.41% from 255 or 32.27% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAE9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9FF is #151600. Grayscale: #EBEBEB. Windows color (decimal): -1381889 or 16771562. OLE color: 16771562.

HSL color Cylindrical-coordinate representation of color #EAE9FF: hue angle of 242.73º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAE9FF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234233255-
CMYK0.080.0900
HSL242.73º100%95.69%-
HSV(B)242.73º8.63%100%-
XYZ81.1282.99106.35-
YUV235.81138.83126.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.41%
GREEN value IS 233 (91.41% from 255) = 32.27%
BLUE value IS 255 (100% from 255) = 35.32%
R=32.41%
G=32.27%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342332550.080.0900242.7310095.69
HexEAE9FF8900f36460
Octal352351377101100363144140
Binary11101010111010011111111110001001001111001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9FF; }

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

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

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

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

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

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

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

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