Html Css Color HEX #E1E2FB Lavender

📋 copy color: '#E1E2FB'

red 225 ◦ green 226 ◦ blue 251

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

Shades of Lavender #E1E2FB

Tints of Lavender #E1E2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.19%

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

R = 32.05%
G = 32.19%
B = 35.75%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1E2FB (or 0xE1E2FB) is known color: Lavender. HEX triplet: E1, E2 and FB. RGB value is (225,226,251). Sum of RGB (Red+Green+Blue) = 225+226+251=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2FB is #1E1D04. Grayscale: #E4E4E4. Windows color (decimal): -1973509 or 16507617. OLE color: 16507617.

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

Color convert

RGB 225 226 251 -
CMYK 0.10 0.10 0 0.02
HSL 237.69º 0.76% 0.93% -
HSV(B) 237.69º 0.1% 0.98% -
XYZ 75.66 77.37 102.21 -
YUV 228.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 225 226 251 0.10 0.10 0 0.02 237.69 0.76 0.93
Hex E1 E2 FB A A 0 2 EE 4C 5D
Octal 341 342 373 12 12 0 2 356 114 135
Binary 11100001 11100010 11111011 1010 1010 0 10 11101110 1001100 1011101

Color Harmonies of #E1E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E2FB

Black with #E1E2FB

Text Example


Text Example

White with #E1E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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