Html Css Color HEX #E5E2F6 Lavender

📋 copy color: '#E5E2F6'

red 229 ◦ green 226 ◦ blue 246

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

Shades of Lavender #E5E2F6

Tints of Lavender #E5E2F6

RGB

 RED value IS 229 (89.84% from 255) = 32.67%

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

 BLUE value IS 246 (96.48% from 255) = 35.09%

R = 32.67%
G = 32.24%
B = 35.09%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E5E2F6 (or 0xE5E2F6) is known color: Lavender. HEX triplet: E5, E2 and F6. RGB value is (229,226,246). Sum of RGB (Red+Green+Blue) = 229+226+246=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5E2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2F6 is #1A1D09. Grayscale: #E5E5E5. Windows color (decimal): -1711370 or 16179941. OLE color: 16179941.

HSL color Cylindrical-coordinate representation of color #E5E2F6: hue angle of 249º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5E2F6 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 226 246 -
CMYK 0.07 0.08 0 0.04
HSL 249º 0.53% 0.93% -
HSV(B) 249º 0.08% 0.96% -
XYZ 76.14 77.7 98.17 -
YUV 229.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 229 226 246 0.07 0.08 0 0.04 249 0.53 0.93
Hex E5 E2 F6 7 8 0 4 F9 35 5D
Octal 345 342 366 7 10 0 4 371 65 135
Binary 11100101 11100010 11110110 111 1000 0 100 11111001 110101 1011101

Color Harmonies of #E5E2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2F6

Black with #E5E2F6

Text Example


Text Example

White with #E5E2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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