Html Css Color HEX #E5E2FB Lavender

📋 copy color: '#E5E2FB'

red 229 ◦ green 226 ◦ blue 251

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

Shades of Lavender #E5E2FB

Tints of Lavender #E5E2FB

RGB

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

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

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

R = 32.44%
G = 32.01%
B = 35.55%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5E2FB (or 0xE5E2FB) is known color: Lavender. HEX triplet: E5, E2 and FB. RGB value is (229,226,251). Sum of RGB (Red+Green+Blue) = 229+226+251=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 226 (88.67% from 255 or 32.01% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2FB is #1A1D04. Grayscale: #E5E5E5. Windows color (decimal): -1711365 or 16507621. OLE color: 16507621.

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

Color convert

RGB 229 226 251 -
CMYK 0.09 0.10 0 0.02
HSL 247.2º 0.76% 0.94% -
HSV(B) 247.2º 0.1% 0.98% -
XYZ 76.92 78.02 102.27 -
YUV 229.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 229 226 251 0.09 0.10 0 0.02 247.2 0.76 0.94
Hex E5 E2 FB 9 A 0 2 F7 4C 5E
Octal 345 342 373 11 12 0 2 367 114 136
Binary 11100101 11100010 11111011 1001 1010 0 10 11110111 1001100 1011110

Color Harmonies of #E5E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2FB

Black with #E5E2FB

Text Example


Text Example

White with #E5E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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