#EAE7F4

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

Shades of Lavender #EAE7F4

Tints of Lavender #EAE7F4

Color information

#EAE7F4 (or 0xEAE7F4) is unknown color: approx Lavender. HEX triplet: EA, E7 and F4. RGB value is (234,231,244). Sum of RGB (Red+Green+Blue) = 234+231+244=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 244 (95.70% from 255 or 34.41% from 709); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAE7F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7F4 is #15180B. Grayscale: #E9E9E9. Windows color (decimal): -1382412 or 16050154. OLE color: 16050154.

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

Color convert

RGB234231244-
CMYK0.040.0500.04
HSL253.85º37.14%93.14%-
HSV(B)253.85º5.33%95.69%-
XYZ78.8481.1897.1-
YUV233.38133.99128.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 231 (90.62% from 255) = 32.58%
BLUE value IS 244 (95.70% from 255) = 34.41%
R=33.00%
G=32.58%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342312440.040.0500.04253.8537.1493.14
HexEAE7F44504fe255d
Octal352347364450437645135
Binary1110101011100111111101001001010100111111101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7F4; }

 p { color: rgb(234,231,244); }

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

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

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

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

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

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

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