Html Css Color HEX #E2E3FB Lavender

📋 copy color: '#E2E3FB'

red 226 ◦ green 227 ◦ blue 251

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

Shades of Lavender #E2E3FB

Tints of Lavender #E2E3FB

RGB

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

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

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

R = 32.1%
G = 32.24%
B = 35.65%

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

#E2E3FB (or 0xE2E3FB) is known color: Lavender. HEX triplet: E2, E3 and FB. RGB value is (226,227,251). Sum of RGB (Red+Green+Blue) = 226+227+251=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E3FB is #1D1C04. Grayscale: #E5E5E5. Windows color (decimal): -1907717 or 16507874. OLE color: 16507874.

HSL color Cylindrical-coordinate representation of color #E2E3FB: hue angle of 237.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E3FB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 227 251 -
CMYK 0.10 0.10 0 0.02
HSL 237.6º 0.76% 0.94% -
HSV(B) 237.6º 0.1% 0.98% -
XYZ 76.25 78.07 102.32 -
YUV 229.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 226 227 251 0.10 0.10 0 0.02 237.6 0.76 0.94
Hex E2 E3 FB A A 0 2 EE 4C 5E
Octal 342 343 373 12 12 0 2 356 114 136
Binary 11100010 11100011 11111011 1010 1010 0 10 11101110 1001100 1011110

Color Harmonies of #E2E3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E3FB

Black with #E2E3FB

Text Example


Text Example

White with #E2E3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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