#E4E0FC

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

Shades of Lavender #E4E0FC

Tints of Lavender #E4E0FC

Color information

#E4E0FC (or 0xE4E0FC) is unknown color: approx Lavender. HEX triplet: E4, E0 and FC. RGB value is (228,224,252). Sum of RGB (Red+Green+Blue) = 228+224+252=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E0FC is #1B1F03. Grayscale: #E4E4E4. Windows color (decimal): -1777412 or 16572644. OLE color: 16572644.

HSL color Cylindrical-coordinate representation of color #E4E0FC: hue angle of 248.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4E0FC is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228224252-
CMYK0.100.1100.01
HSL248.57º82.35%93.33%-
HSV(B)248.57º11.11%98.82%-
XYZ76.2276.83102.91-
YUV228.39141.33127.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.39%
GREEN value IS 224 (87.89% from 255) = 31.82%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=32.39%
G=31.82%
B=35.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282242520.100.1100.01248.5782.3593.33
HexE4E0FCAB01f9525d
Octal344340374121301371122135
Binary11100100111000001111110010101011011111100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E0FC; }

 p { color: rgb(228,224,252); }

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

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

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

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

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

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

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