#E8E4F2

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

Shades of Lavender #E8E4F2

Tints of Lavender #E8E4F2

Color information

#E8E4F2 (or 0xE8E4F2) is unknown color: approx Lavender. HEX triplet: E8, E4 and F2. RGB value is (232,228,242). Sum of RGB (Red+Green+Blue) = 232+228+242=702 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.05% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8E4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E4F2 is #171B0D. Grayscale: #E6E6E6. Windows color (decimal): -1514254 or 15918312. OLE color: 15918312.

HSL color Cylindrical-coordinate representation of color #E8E4F2: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E8E4F2 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232228242-
CMYK0.040.0600.05
HSL257.14º35%92.16%-
HSV(B)257.14º5.79%94.9%-
XYZ77.0579.0595.2-
YUV230.79134.33128.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.05%
GREEN value IS 228 (89.45% from 255) = 32.48%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=33.05%
G=32.48%
B=34.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322282420.040.0600.05257.143592.16
HexE8E4F24605101235c
Octal350344362460540143134
Binary11101000111001001111001010011001011000000011000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E4F2; }

 p { color: rgb(232,228,242); }

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

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

 a { background-color: rgb(232,228,242); }

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

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

 span { border-color: rgb(232,228,242); }

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