#E4E4FE

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

Shades of Lavender #E4E4FE

Tints of Lavender #E4E4FE

Color information

#E4E4FE (or 0xE4E4FE) is unknown color: approx Lavender. HEX triplet: E4, E4 and FE. RGB value is (228,228,254). Sum of RGB (Red+Green+Blue) = 228+228+254=710 (94% of max value = 765). Red value is 228 (89.45% from 255 or 32.11% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4E4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E4FE is #1B1B01. Grayscale: #E6E6E6. Windows color (decimal): -1776386 or 16704740. OLE color: 16704740.

HSL color Cylindrical-coordinate representation of color #E4E4FE: hue angle of 240º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4E4FE is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228228254-
CMYK0.100.1000.00
HSL240º92.86%94.51%-
HSV(B)240º10.24%99.61%-
XYZ77.6379.14104.95-
YUV230.96141125.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.11%
GREEN value IS 228 (89.45% from 255) = 32.11%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=32.11%
G=32.11%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282282540.100.1000.0024092.8694.51
HexE4E4FEAA00f05d5f
Octal344344376121200360135137
Binary11100100111001001111111010101010001111000010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E4FE; }

 p { color: rgb(228,228,254); }

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

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

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

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

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

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

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