Html Css Color HEX #E1E5FC Lavender

📋 copy color: '#E1E5FC'

red 225 ◦ green 229 ◦ blue 252

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

Shades of Lavender #E1E5FC

Tints of Lavender #E1E5FC

RGB

 RED value IS 225 (88.28% from 255) = 31.87%

 GREEN value IS 229 (89.84% from 255) = 32.44%

 BLUE value IS 252 (98.83% from 255) = 35.69%

R = 31.87%
G = 32.44%
B = 35.69%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E1E5FC (or 0xE1E5FC) is known color: Lavender. HEX triplet: E1, E5 and FC. RGB value is (225,229,252). Sum of RGB (Red+Green+Blue) = 225+229+252=706 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.87% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E5FC is #1E1A03. Grayscale: #E6E6E6. Windows color (decimal): -1972740 or 16573921. OLE color: 16573921.

HSL color Cylindrical-coordinate representation of color #E1E5FC: hue angle of 231.11º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E5FC is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 229 252 -
CMYK 0.11 0.09 0 0.01
HSL 231.11º 0.82% 0.94% -
HSV(B) 231.11º 0.11% 0.99% -
XYZ 76.64 79.07 103.32 -
YUV 230.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 225 229 252 0.11 0.09 0 0.01 231.11 0.82 0.94
Hex E1 E5 FC B 9 0 1 E7 52 5E
Octal 341 345 374 13 11 0 1 347 122 136
Binary 11100001 11100101 11111100 1011 1001 0 1 11100111 1010010 1011110

Color Harmonies of #E1E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E5FC

Black with #E1E5FC

Text Example


Text Example

White with #E1E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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