Html Css Color HEX #E0E2F9 Lavender

📋 copy color: '#E0E2F9'

red 224 ◦ green 226 ◦ blue 249

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

Shades of Lavender #E0E2F9

Tints of Lavender #E0E2F9

RGB

 RED value IS 224 (87.89% from 255) = 32.05%

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

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

R = 32.05%
G = 32.33%
B = 35.62%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0E2F9 (or 0xE0E2F9) is known color: Lavender. HEX triplet: E0, E2 and F9. RGB value is (224,226,249). Sum of RGB (Red+Green+Blue) = 224+226+249=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0E2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2F9 is #1F1D06. Grayscale: #E3E3E3. Windows color (decimal): -2039047 or 16376544. OLE color: 16376544.

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

Color convert

RGB 224 226 249 -
CMYK 0.10 0.09 0 0.02
HSL 235.2º 0.68% 0.93% -
HSV(B) 235.2º 0.1% 0.98% -
XYZ 75.04 77.08 100.55 -
YUV 228.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 224 226 249 0.10 0.09 0 0.02 235.2 0.68 0.93
Hex E0 E2 F9 A 9 0 2 EB 44 5D
Octal 340 342 371 12 11 0 2 353 104 135
Binary 11100000 11100010 11111001 1010 1001 0 10 11101011 1000100 1011101

Color Harmonies of #E0E2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E2F9

Black with #E0E2F9

Text Example


Text Example

White with #E0E2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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