Html Css Color HEX #E2E0FB Lavender

📋 copy color: '#E2E0FB'

red 226 ◦ green 224 ◦ blue 251

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

Shades of Lavender #E2E0FB

Tints of Lavender #E2E0FB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.95%

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

R = 32.24%
G = 31.95%
B = 35.81%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2E0FB (or 0xE2E0FB) is known color: Lavender. HEX triplet: E2, E0 and FB. RGB value is (226,224,251). Sum of RGB (Red+Green+Blue) = 226+224+251=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E0FB is #1D1F04. Grayscale: #E3E3E3. Windows color (decimal): -1908485 or 16507106. OLE color: 16507106.

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

Color convert

RGB 226 224 251 -
CMYK 0.10 0.11 0 0.02
HSL 244.44º 0.77% 0.93% -
HSV(B) 244.44º 0.11% 0.98% -
XYZ 75.43 76.45 102.05 -
YUV 227.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 226 224 251 0.10 0.11 0 0.02 244.44 0.77 0.93
Hex E2 E0 FB A B 0 2 F4 4D 5D
Octal 342 340 373 12 13 0 2 364 115 135
Binary 11100010 11100000 11111011 1010 1011 0 10 11110100 1001101 1011101

Color Harmonies of #E2E0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E0FB

Black with #E2E0FB

Text Example


Text Example

White with #E2E0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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