Html Css Color HEX #E5E2F9 Lavender

📋 copy color: '#E5E2F9'

red 229 ◦ green 226 ◦ blue 249

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

Shades of Lavender #E5E2F9

Tints of Lavender #E5E2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.37%

R = 32.53%
G = 32.1%
B = 35.37%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5E2F9 (or 0xE5E2F9) is known color: Lavender. HEX triplet: E5, E2 and F9. RGB value is (229,226,249). Sum of RGB (Red+Green+Blue) = 229+226+249=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5E2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2F9 is #1A1D06. Grayscale: #E5E5E5. Windows color (decimal): -1711367 or 16376549. OLE color: 16376549.

HSL color Cylindrical-coordinate representation of color #E5E2F9: hue angle of 247.83º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5E2F9 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 226 249 -
CMYK 0.08 0.09 0 0.02
HSL 247.83º 0.66% 0.93% -
HSV(B) 247.83º 0.09% 0.98% -
XYZ 76.61 77.89 100.62 -
YUV 229.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 229 226 249 0.08 0.09 0 0.02 247.83 0.66 0.93
Hex E5 E2 F9 8 9 0 2 F8 42 5D
Octal 345 342 371 10 11 0 2 370 102 135
Binary 11100101 11100010 11111001 1000 1001 0 10 11111000 1000010 1011101

Color Harmonies of #E5E2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2F9

Black with #E5E2F9

Text Example


Text Example

White with #E5E2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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