#EAE7FF

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

Shades of Lavender #EAE7FF

Tints of Lavender #EAE7FF

Color information

#EAE7FF (or 0xEAE7FF) is unknown color: approx Lavender. HEX triplet: EA, E7 and FF. RGB value is (234,231,255). Sum of RGB (Red+Green+Blue) = 234+231+255=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAE7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7FF is #151800. Grayscale: #EAEAEA. Windows color (decimal): -1382401 or 16771050. OLE color: 16771050.

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

Color convert

RGB234231255-
CMYK0.080.0900
HSL247.5º100%95.29%-
HSV(B)247.5º9.41%100%-
XYZ80.5681.86106.16-
YUV234.63139.49127.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.5%
GREEN value IS 231 (90.62% from 255) = 32.08%
BLUE value IS 255 (100% from 255) = 35.42%
R=32.5%
G=32.08%
B=35.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342312550.080.0900247.510095.29
HexEAE7FF8900f8645f
Octal352347377101100370144137
Binary11101010111001111111111110001001001111100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7FF; }

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

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

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

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

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

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

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

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