Html Css Color HEX #E2E6FA Lavender

📋 copy color: '#E2E6FA'

red 226 ◦ green 230 ◦ blue 250

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

Shades of Lavender #E2E6FA

Tints of Lavender #E2E6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.58%

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

R = 32.01%
G = 32.58%
B = 35.41%

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

#E2E6FA (or 0xE2E6FA) is known color: Lavender. HEX triplet: E2, E6 and FA. RGB value is (226,230,250). Sum of RGB (Red+Green+Blue) = 226+230+250=706 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.01% from 706); Green value is 230 (90.23% from 255 or 32.58% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E6FA is #1D1905. Grayscale: #E7E7E7. Windows color (decimal): -1906950 or 16443106. OLE color: 16443106.

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

Color convert

RGB 226 230 250 -
CMYK 0.10 0.08 0 0.02
HSL 230º 0.71% 0.93% -
HSV(B) 230º 0.1% 0.98% -
XYZ 76.92 79.66 101.77 -
YUV 231.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 226 230 250 0.10 0.08 0 0.02 230 0.71 0.93
Hex E2 E6 FA A 8 0 2 E6 47 5D
Octal 342 346 372 12 10 0 2 346 107 135
Binary 11100010 11100110 11111010 1010 1000 0 10 11100110 1000111 1011101

Color Harmonies of #E2E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E6FA

Black with #E2E6FA

Text Example


Text Example

White with #E2E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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