Html Css Color HEX #E2E4FB Lavender

📋 copy color: '#E2E4FB'

red 226 ◦ green 228 ◦ blue 251

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

Shades of Lavender #E2E4FB

Tints of Lavender #E2E4FB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.34%

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

R = 32.06%
G = 32.34%
B = 35.6%

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

#E2E4FB (or 0xE2E4FB) is known color: Lavender. HEX triplet: E2, E4 and FB. RGB value is (226,228,251). Sum of RGB (Red+Green+Blue) = 226+228+251=705 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.06% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E4FB is #1D1B04. Grayscale: #E5E5E5. Windows color (decimal): -1907461 or 16508130. OLE color: 16508130.

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

Color convert

RGB 226 228 251 -
CMYK 0.10 0.09 0 0.02
HSL 235.2º 0.76% 0.94% -
HSV(B) 235.2º 0.1% 0.98% -
XYZ 76.52 78.62 102.41 -
YUV 230.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 226 228 251 0.10 0.09 0 0.02 235.2 0.76 0.94
Hex E2 E4 FB A 9 0 2 EB 4C 5E
Octal 342 344 373 12 11 0 2 353 114 136
Binary 11100010 11100100 11111011 1010 1001 0 10 11101011 1001100 1011110

Color Harmonies of #E2E4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E4FB

Black with #E2E4FB

Text Example


Text Example

White with #E2E4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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