#EAE4FB

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

Shades of Lavender #EAE4FB

Tints of Lavender #EAE4FB

Color information

#EAE4FB (or 0xEAE4FB) is unknown color: approx Lavender. HEX triplet: EA, E4 and FB. RGB value is (234,228,251). Sum of RGB (Red+Green+Blue) = 234+228+251=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4FB is #151B04. Grayscale: #E8E8E8. Windows color (decimal): -1383173 or 16508138. OLE color: 16508138.

HSL color Cylindrical-coordinate representation of color #EAE4FB: hue angle of 255.65º degrees, saturation: 0.74, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAE4FB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234228251-
CMYK0.070.0900.02
HSL255.65º74.19%93.92%-
HSV(B)255.65º9.16%98.43%-
XYZ79.0979.94102.53-
YUV232.42138.49129.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 228 (89.45% from 255) = 31.98%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=32.82%
G=31.98%
B=35.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342282510.070.0900.02255.6574.1993.92
HexEAE4FB79021004a5e
Octal35234437371102400112136
Binary111010101110010011111011111100101010000000010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4FB; }

 p { color: rgb(234,228,251); }

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

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

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

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

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

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

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