#E5E0FA

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

Shades of Lavender #E5E0FA

Tints of Lavender #E5E0FA

Color information

#E5E0FA (or 0xE5E0FA) is unknown color: approx Lavender. HEX triplet: E5, E0 and FA. RGB value is (229,224,250). Sum of RGB (Red+Green+Blue) = 229+224+250=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E0FA is #1A1F05. Grayscale: #E4E4E4. Windows color (decimal): -1711878 or 16441573. OLE color: 16441573.

HSL color Cylindrical-coordinate representation of color #E5E0FA: hue angle of 251.54º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E0FA is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229224250-
CMYK0.080.1000.02
HSL251.54º72.22%92.94%-
HSV(B)251.54º10.4%98.04%-
XYZ76.2276.87101.26-
YUV228.46140.16128.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.57%
GREEN value IS 224 (87.89% from 255) = 31.86%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=32.57%
G=31.86%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292242500.080.1000.02251.5472.2292.94
HexE5E0FA8A02fc485d
Octal345340372101202374110135
Binary111001011110000011111010100010100101111110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E0FA; }

 p { color: rgb(229,224,250); }

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

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

 a { background-color: rgb(229,224,250); }

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

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

 span { border-color: rgb(229,224,250); }

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