Html Css Color HEX #E5E1FB Lavender

📋 copy color: '#E5E1FB'

red 229 ◦ green 225 ◦ blue 251

#E5E1FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender #E5E1FB

Tints of Lavender #E5E1FB

RGB

 RED value IS 229 (89.84% from 255) = 32.48%

 GREEN value IS 225 (88.28% from 255) = 31.91%

 BLUE value IS 251 (98.44% from 255) = 35.6%

R = 32.48%
G = 31.91%
B = 35.6%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5E1FB (or 0xE5E1FB) is known color: Lavender. HEX triplet: E5, E1 and FB. RGB value is (229,225,251). Sum of RGB (Red+Green+Blue) = 229+225+251=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5E1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E1FB is #1A1E04. Grayscale: #E5E5E5. Windows color (decimal): -1711621 or 16507365. OLE color: 16507365.

HSL color Cylindrical-coordinate representation of color #E5E1FB: hue angle of 249.23º degrees, saturation: 0.76, 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 #E5E1FB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 225 251 -
CMYK 0.09 0.10 0 0.02
HSL 249.23º 0.76% 0.93% -
HSV(B) 249.23º 0.1% 0.98% -
XYZ 76.65 77.47 102.18 -
YUV 229.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 229 225 251 0.09 0.10 0 0.02 249.23 0.76 0.93
Hex E5 E1 FB 9 A 0 2 F9 4C 5D
Octal 345 341 373 11 12 0 2 371 114 135
Binary 11100101 11100001 11111011 1001 1010 0 10 11111001 1001100 1011101

Color Harmonies of #E5E1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E1FB

Black with #E5E1FB

Text Example


Text Example

White with #E5E1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E1FB; }

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

 H1.HeaderClassName
 {
   color: #E5E1FB;
 }
 .AnyTagClassName
 {
   color: #E5E1FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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