Html Css Color HEX #E8E2F8 Lavender

📋 copy color: '#E8E2F8'

red 232 ◦ green 226 ◦ blue 248

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

Shades of Lavender #E8E2F8

Tints of Lavender #E8E2F8

RGB

 RED value IS 232 (91.02% from 255) = 32.86%

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

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

R = 32.86%
G = 32.01%
B = 35.13%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E8E2F8 (or 0xE8E2F8) is known color: Lavender. HEX triplet: E8, E2 and F8. RGB value is (232,226,248). Sum of RGB (Red+Green+Blue) = 232+226+248=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 226 (88.67% from 255 or 32.01% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8E2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E2F8 is #171D07. Grayscale: #E6E6E6. Windows color (decimal): -1514760 or 16311016. OLE color: 16311016.

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

Color convert

RGB 232 226 248 -
CMYK 0.06 0.09 0 0.03
HSL 256.36º 0.61% 0.93% -
HSV(B) 256.36º 0.09% 0.97% -
XYZ 77.42 78.33 99.84 -
YUV 230.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 232 226 248 0.06 0.09 0 0.03 256.36 0.61 0.93
Hex E8 E2 F8 6 9 0 3 100 3D 5D
Octal 350 342 370 6 11 0 3 400 75 135
Binary 11101000 11100010 11111000 110 1001 0 11 100000000 111101 1011101

Color Harmonies of #E8E2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E2F8

Black with #E8E2F8

Text Example


Text Example

White with #E8E2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E2F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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