Html Css Color HEX #E0E2F8 Lavender

📋 copy color: '#E0E2F8'

red 224 ◦ green 226 ◦ blue 248

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

Shades of Lavender #E0E2F8

Tints of Lavender #E0E2F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.53%

R = 32.09%
G = 32.38%
B = 35.53%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E0E2F8 (or 0xE0E2F8) is known color: Lavender. HEX triplet: E0, E2 and F8. RGB value is (224,226,248). Sum of RGB (Red+Green+Blue) = 224+226+248=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0E2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E2F8 is #1F1D07. Grayscale: #E3E3E3. Windows color (decimal): -2039048 or 16311008. OLE color: 16311008.

HSL color Cylindrical-coordinate representation of color #E0E2F8: hue angle of 235º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0E2F8 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 226 248 -
CMYK 0.10 0.09 0 0.03
HSL 235º 0.63% 0.93% -
HSV(B) 235º 0.1% 0.97% -
XYZ 74.88 77.02 99.73 -
YUV 227.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 224 226 248 0.10 0.09 0 0.03 235 0.63 0.93
Hex E0 E2 F8 A 9 0 3 EB 3F 5D
Octal 340 342 370 12 11 0 3 353 77 135
Binary 11100000 11100010 11111000 1010 1001 0 11 11101011 111111 1011101

Color Harmonies of #E0E2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E2F8

Black with #E0E2F8

Text Example


Text Example

White with #E0E2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E2F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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