#EAEAF2

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

Shades of Lavender #EAEAF2

Tints of Lavender #EAEAF2

Color information

#EAEAF2 (or 0xEAEAF2) is unknown color: approx Lavender. HEX triplet: EA, EA and F2. RGB value is (234,234,242). Sum of RGB (Red+Green+Blue) = 234+234+242=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF2 is #15150D. Grayscale: #EAEAEA. Windows color (decimal): -1381646 or 15919850. OLE color: 15919850.

HSL color Cylindrical-coordinate representation of color #EAEAF2: hue angle of 240º degrees, saturation: 0.24, 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 #EAEAF2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234234242-
CMYK0.030.0300.05
HSL240º23.53%93.33%-
HSV(B)240º3.31%94.9%-
XYZ79.3882.7595.79-
YUV234.91132127.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 242 (94.92% from 255) = 34.08%
R=32.96%
G=32.96%
B=34.08%

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
Decimal2342342420.030.0300.0524023.5393.33
HexEAEAF23305f0185d
Octal352352362330536030135
Binary1110101011101010111100101111010111110000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF2; }

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

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

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

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

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

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

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

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