#E5E0FB

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

Shades of Lavender #E5E0FB

Tints of Lavender #E5E0FB

Color information

#E5E0FB (or 0xE5E0FB) is unknown color: approx Lavender. HEX triplet: E5, E0 and FB. RGB value is (229,224,251). Sum of RGB (Red+Green+Blue) = 229+224+251=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5E0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E0FB is #1A1F04. Grayscale: #E4E4E4. Windows color (decimal): -1711877 or 16507109. OLE color: 16507109.

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

Color convert

RGB229224251-
CMYK0.090.1100.02
HSL251.11º77.14%93.14%-
HSV(B)251.11º10.76%98.43%-
XYZ76.3876.93102.09-
YUV228.57140.66128.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.53%
GREEN value IS 224 (87.89% from 255) = 31.82%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=32.53%
G=31.82%
B=35.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292242510.090.1100.02251.1177.1493.14
HexE5E0FB9B02fb4d5d
Octal345340373111302373115135
Binary111001011110000011111011100110110101111101110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E0FB; }

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

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

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

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

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

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

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

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