#EAEAF1

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

Shades of Lavender #EAEAF1

Tints of Lavender #EAEAF1

Color information

#EAEAF1 (or 0xEAEAF1) is unknown color: approx Lavender. HEX triplet: EA, EA and F1. RGB value is (234,234,241). Sum of RGB (Red+Green+Blue) = 234+234+241=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF1 is #15150E. Grayscale: #EAEAEA. Windows color (decimal): -1381647 or 15854314. OLE color: 15854314.

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

Color convert

RGB234234241-
CMYK0.030.0300.05
HSL240º20%93.14%-
HSV(B)240º2.9%94.51%-
XYZ79.2382.6995-
YUV234.8131.5127.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 234 (91.80% from 255) = 33.00%
BLUE value IS 241 (94.53% from 255) = 33.99%
R=33.00%
G=33.00%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342342410.030.0300.052402093.14
HexEAEAF13305f0145d
Octal352352361330536024135
Binary1110101011101010111100011111010111110000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF1; }

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

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

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

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

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

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

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

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