Html Css Color HEX #E1E1F1 Lavender

📋 copy color: '#E1E1F1'

red 225 ◦ green 225 ◦ blue 241

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

Shades of Lavender #E1E1F1

Tints of Lavender #E1E1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.88%

R = 32.56%
G = 32.56%
B = 34.88%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E1E1F1 (or 0xE1E1F1) is known color: Lavender. HEX triplet: E1, E1 and F1. RGB value is (225,225,241). Sum of RGB (Red+Green+Blue) = 225+225+241=691 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.56% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E1F1 is #1E1E0E. Grayscale: #E2E2E2. Windows color (decimal): -1973775 or 15852001. OLE color: 15852001.

HSL color Cylindrical-coordinate representation of color #E1E1F1: hue angle of 240º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1E1F1 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 225 241 -
CMYK 0.07 0.07 0 0.05
HSL 240º 0.36% 0.91% -
HSV(B) 240º 0.07% 0.95% -
XYZ 73.85 76.21 94.04 -
YUV 226.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 225 225 241 0.07 0.07 0 0.05 240 0.36 0.91
Hex E1 E1 F1 7 7 0 5 F0 24 5B
Octal 341 341 361 7 7 0 5 360 44 133
Binary 11100001 11100001 11110001 111 111 0 101 11110000 100100 1011011

Color Harmonies of #E1E1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E1F1

Black with #E1E1F1

Text Example


Text Example

White with #E1E1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E1F1; }

 p { color: rgb(225,225,241); }

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

background-color css

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

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

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

border-color css

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

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

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