Html Css Color HEX #E1E4F8 Lavender

📋 copy color: '#E1E4F8'

red 225 ◦ green 228 ◦ blue 248

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

Shades of Lavender #E1E4F8

Tints of Lavender #E1E4F8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.52%

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

R = 32.1%
G = 32.52%
B = 35.38%

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

#E1E4F8 (or 0xE1E4F8) is known color: Lavender. HEX triplet: E1, E4 and F8. RGB value is (225,228,248). Sum of RGB (Red+Green+Blue) = 225+228+248=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1E4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4F8 is #1E1B07. Grayscale: #E5E5E5. Windows color (decimal): -1973000 or 16311521. OLE color: 16311521.

HSL color Cylindrical-coordinate representation of color #E1E4F8: hue angle of 232.17º 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 #E1E4F8 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 228 248 -
CMYK 0.09 0.08 0 0.03
HSL 232.17º 0.62% 0.93% -
HSV(B) 232.17º 0.09% 0.97% -
XYZ 75.74 78.27 99.92 -
YUV 229.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 225 228 248 0.09 0.08 0 0.03 232.17 0.62 0.93
Hex E1 E4 F8 9 8 0 3 E8 3E 5D
Octal 341 344 370 11 10 0 3 350 76 135
Binary 11100001 11100100 11111000 1001 1000 0 11 11101000 111110 1011101

Color Harmonies of #E1E4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E4F8

Black with #E1E4F8

Text Example


Text Example

White with #E1E4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E4F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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