#EAECF7

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

Shades of Lavender #EAECF7

Tints of Lavender #EAECF7

Color information

#EAECF7 (or 0xEAECF7) is unknown color: approx Lavender. HEX triplet: EA, EC and F7. RGB value is (234,236,247). Sum of RGB (Red+Green+Blue) = 234+236+247=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECF7 is #151308. Grayscale: #ECECEC. Windows color (decimal): -1381129 or 16248042. OLE color: 16248042.

HSL color Cylindrical-coordinate representation of color #EAECF7: hue angle of 230.77º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAECF7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234236247-
CMYK0.050.0400.03
HSL230.77º44.83%94.31%-
HSV(B)230.77º5.26%96.86%-
XYZ80.7284.299.99-
YUV236.66133.84126.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 236 (92.58% from 255) = 32.91%
BLUE value IS 247 (96.88% from 255) = 34.45%
R=32.64%
G=32.91%
B=34.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342362470.050.0400.03230.7744.8394.31
HexEAECF75403e72d5e
Octal352354367540334755136
Binary111010101110110011110111101100011111001111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECF7; }

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

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

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

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

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

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

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

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