#E8E2FA

Color #E8E2FA Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #E8E2FA

Tints of Lavender #E8E2FA

Color information

#E8E2FA (or 0xE8E2FA) is unknown color: approx Lavender. HEX triplet: E8, E2 and FA. RGB value is (232,226,250). Sum of RGB (Red+Green+Blue) = 232+226+250=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 226 (88.67% from 255 or 31.92% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8E2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E2FA is #171D05. Grayscale: #E6E6E6. Windows color (decimal): -1514758 or 16442088. OLE color: 16442088.

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

Color convert

RGB232226250-
CMYK0.070.1000.02
HSL255º70.59%93.33%-
HSV(B)255º9.6%98.04%-
XYZ77.7378.45101.49-
YUV230.53138.99129.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.77%
GREEN value IS 226 (88.67% from 255) = 31.92%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=32.77%
G=31.92%
B=35.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322262500.070.1000.0225570.5993.33
HexE8E2FA7A02ff475d
Octal35034237271202377107135
Binary11101000111000101111101011110100101111111110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E2FA; }

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

 H1.HeaderClassName
 {
   color: #E8E2FA;
 }
 .AnyTagClassName
 {
   color: #E8E2FA;
 }
</style>
background-color css

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

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

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

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

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

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