Html Css Color HEX #E2E2FB Lavender

📋 copy color: '#E2E2FB'

red 226 ◦ green 226 ◦ blue 251

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

Shades of Lavender #E2E2FB

Tints of Lavender #E2E2FB

RGB

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

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

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

R = 32.15%
G = 32.15%
B = 35.7%

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

#E2E2FB (or 0xE2E2FB) is known color: Lavender. HEX triplet: E2, E2 and FB. RGB value is (226,226,251). Sum of RGB (Red+Green+Blue) = 226+226+251=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E2FB is #1D1D04. Grayscale: #E4E4E4. Windows color (decimal): -1907973 or 16507618. OLE color: 16507618.

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

Color convert

RGB 226 226 251 -
CMYK 0.10 0.10 0 0.02
HSL 240º 0.76% 0.94% -
HSV(B) 240º 0.1% 0.98% -
XYZ 75.97 77.53 102.23 -
YUV 228.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 226 226 251 0.10 0.10 0 0.02 240 0.76 0.94
Hex E2 E2 FB A A 0 2 F0 4C 5E
Octal 342 342 373 12 12 0 2 360 114 136
Binary 11100010 11100010 11111011 1010 1010 0 10 11110000 1001100 1011110

Color Harmonies of #E2E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E2FB

Black with #E2E2FB

Text Example


Text Example

White with #E2E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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