Html Css Color HEX #E1E5F8 Lavender

📋 copy color: '#E1E5F8'

red 225 ◦ green 229 ◦ blue 248

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

Shades of Lavender #E1E5F8

Tints of Lavender #E1E5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.33%

R = 32.05%
G = 32.62%
B = 35.33%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E1E5F8 (or 0xE1E5F8) is known color: Lavender. HEX triplet: E1, E5 and F8. RGB value is (225,229,248). Sum of RGB (Red+Green+Blue) = 225+229+248=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1E5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E5F8 is #1E1A07. Grayscale: #E5E5E5. Windows color (decimal): -1972744 or 16311777. OLE color: 16311777.

HSL color Cylindrical-coordinate representation of color #E1E5F8: hue angle of 229.57º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1E5F8 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 229 248 -
CMYK 0.09 0.08 0 0.03
HSL 229.57º 0.62% 0.93% -
HSV(B) 229.57º 0.09% 0.97% -
XYZ 76.01 78.82 100.02 -
YUV 229.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 225 229 248 0.09 0.08 0 0.03 229.57 0.62 0.93
Hex E1 E5 F8 9 8 0 3 E6 3E 5D
Octal 341 345 370 11 10 0 3 346 76 135
Binary 11100001 11100101 11111000 1001 1000 0 11 11100110 111110 1011101

Color Harmonies of #E1E5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E5F8

Black with #E1E5F8

Text Example


Text Example

White with #E1E5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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