Html Css Color HEX #E2E5FA Lavender

📋 copy color: '#E2E5FA'

red 226 ◦ green 229 ◦ blue 250

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

Shades of Lavender #E2E5FA

Tints of Lavender #E2E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.48%

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

R = 32.06%
G = 32.48%
B = 35.46%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2E5FA (or 0xE2E5FA) is known color: Lavender. HEX triplet: E2, E5 and FA. RGB value is (226,229,250). Sum of RGB (Red+Green+Blue) = 226+229+250=705 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.06% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5FA is #1D1A05. Grayscale: #E6E6E6. Windows color (decimal): -1907206 or 16442850. OLE color: 16442850.

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

Color convert

RGB 226 229 250 -
CMYK 0.10 0.08 0 0.02
HSL 232.5º 0.71% 0.93% -
HSV(B) 232.5º 0.1% 0.98% -
XYZ 76.64 79.11 101.67 -
YUV 230.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 226 229 250 0.10 0.08 0 0.02 232.5 0.71 0.93
Hex E2 E5 FA A 8 0 2 E8 47 5D
Octal 342 345 372 12 10 0 2 350 107 135
Binary 11100010 11100101 11111010 1010 1000 0 10 11101000 1000111 1011101

Color Harmonies of #E2E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E5FA

Black with #E2E5FA

Text Example


Text Example

White with #E2E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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