#EAEDFA

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

Shades of Lavender #EAEDFA

Tints of Lavender #EAEDFA

Color information

#EAEDFA (or 0xEAEDFA) is unknown color: approx Lavender. HEX triplet: EA, ED and FA. RGB value is (234,237,250). Sum of RGB (Red+Green+Blue) = 234+237+250=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDFA is #151205. Grayscale: #EDEDED. Windows color (decimal): -1380870 or 16444906. OLE color: 16444906.

HSL color Cylindrical-coordinate representation of color #EAEDFA: hue angle of 228.75º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAEDFA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234237250-
CMYK0.060.0500.02
HSL228.75º61.54%94.9%-
HSV(B)228.75º6.4%98.04%-
XYZ81.4784.96102.55-
YUV237.58135.01125.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.45%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 250 (98.05% from 255) = 34.67%
R=32.45%
G=32.87%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342372500.060.0500.02228.7561.5494.9
HexEAEDFA6502e53e5f
Octal352355372650234576137
Binary111010101110110111111010110101010111001011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDFA; }

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

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

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

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

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

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

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

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