Html Css Color HEX #E2E6FB Lavender

📋 copy color: '#E2E6FB'

red 226 ◦ green 230 ◦ blue 251

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

Shades of Lavender #E2E6FB

Tints of Lavender #E2E6FB

RGB

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

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

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

R = 31.97%
G = 32.53%
B = 35.5%

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

#E2E6FB (or 0xE2E6FB) is known color: Lavender. HEX triplet: E2, E6 and FB. RGB value is (226,230,251). Sum of RGB (Red+Green+Blue) = 226+230+251=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E6FB is #1D1904. Grayscale: #E7E7E7. Windows color (decimal): -1906949 or 16508642. OLE color: 16508642.

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

Color convert

RGB 226 230 251 -
CMYK 0.10 0.08 0 0.02
HSL 230.4º 0.76% 0.94% -
HSV(B) 230.4º 0.1% 0.98% -
XYZ 77.07 79.73 102.59 -
YUV 231.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 226 230 251 0.10 0.08 0 0.02 230.4 0.76 0.94
Hex E2 E6 FB A 8 0 2 E6 4C 5E
Octal 342 346 373 12 10 0 2 346 114 136
Binary 11100010 11100110 11111011 1010 1000 0 10 11100110 1001100 1011110

Color Harmonies of #E2E6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E6FB

Black with #E2E6FB

Text Example


Text Example

White with #E2E6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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