#EAEAF8

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

Shades of Lavender #EAEAF8

Tints of Lavender #EAEAF8

Color information

#EAEAF8 (or 0xEAEAF8) is unknown color: approx Lavender. HEX triplet: EA, EA and F8. RGB value is (234,234,248). Sum of RGB (Red+Green+Blue) = 234+234+248=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 248 (97.27% from 255 or 34.64% from 716); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF8 is #151507. Grayscale: #EBEBEB. Windows color (decimal): -1381640 or 16313066. OLE color: 16313066.

HSL color Cylindrical-coordinate representation of color #EAEAF8: hue angle of 240º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAEAF8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234234248-
CMYK0.060.0600.03
HSL240º50%94.51%-
HSV(B)240º5.65%97.25%-
XYZ80.383.12100.62-
YUV235.6135126.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.68%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 248 (97.27% from 255) = 34.64%
R=32.68%
G=32.68%
B=34.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342342480.060.0600.032405094.51
HexEAEAF86603f0325f
Octal352352370660336062137
Binary111010101110101011111000110110011111100001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF8; }

 p { color: rgb(234,234,248); }

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

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

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

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

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

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

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