#EAECFA

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

Shades of Lavender #EAECFA

Tints of Lavender #EAECFA

Color information

#EAECFA (or 0xEAECFA) is unknown color: approx Lavender. HEX triplet: EA, EC and FA. RGB value is (234,236,250). Sum of RGB (Red+Green+Blue) = 234+236+250=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECFA is #151305. Grayscale: #ECECEC. Windows color (decimal): -1381126 or 16444650. OLE color: 16444650.

HSL color Cylindrical-coordinate representation of color #EAECFA: hue angle of 232.5º 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 #EAECFA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234236250-
CMYK0.060.0600.02
HSL232.5º61.54%94.9%-
HSV(B)232.5º6.4%98.04%-
XYZ81.1884.39102.45-
YUV237135.34125.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.5%
GREEN value IS 236 (92.58% from 255) = 32.78%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=32.5%
G=32.78%
B=34.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342362500.060.0600.02232.561.5494.9
HexEAECFA6602e83e5f
Octal352354372660235076137
Binary111010101110110011111010110110010111010001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECFA; }

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

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

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

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

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

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

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

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