Html Css Color HEX #E2E3FA Lavender

📋 copy color: '#E2E3FA'

red 226 ◦ green 227 ◦ blue 250

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

Shades of Lavender #E2E3FA

Tints of Lavender #E2E3FA

RGB

 RED value IS 226 (88.67% from 255) = 32.15%

 GREEN value IS 227 (89.06% from 255) = 32.29%

 BLUE value IS 250 (98.05% from 255) = 35.56%

R = 32.15%
G = 32.29%
B = 35.56%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2E3FA (or 0xE2E3FA) is known color: Lavender. HEX triplet: E2, E3 and FA. RGB value is (226,227,250). Sum of RGB (Red+Green+Blue) = 226+227+250=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E3FA is #1D1C05. Grayscale: #E5E5E5. Windows color (decimal): -1907718 or 16442338. OLE color: 16442338.

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

Color convert

RGB 226 227 250 -
CMYK 0.10 0.09 0 0.02
HSL 237.5º 0.71% 0.93% -
HSV(B) 237.5º 0.1% 0.98% -
XYZ 76.09 78.01 101.49 -
YUV 229.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 226 227 250 0.10 0.09 0 0.02 237.5 0.71 0.93
Hex E2 E3 FA A 9 0 2 EE 47 5D
Octal 342 343 372 12 11 0 2 356 107 135
Binary 11100010 11100011 11111010 1010 1001 0 10 11101110 1000111 1011101

Color Harmonies of #E2E3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E3FA

Black with #E2E3FA

Text Example


Text Example

White with #E2E3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E3FA; }

 p { color: rgb(226,227,250); }

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

background-color css

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

 a { background-color: rgb(226,227,250); }

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

border-color css

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

 span { border-color: rgb(226,227,250); }

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