#E0E5FC

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

Shades of Lavender #E0E5FC

Tints of Lavender #E0E5FC

Color information

#E0E5FC (or 0xE0E5FC) is unknown color: approx Lavender. HEX triplet: E0, E5 and FC. RGB value is (224,229,252). Sum of RGB (Red+Green+Blue) = 224+229+252=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E5FC is #1F1A03. Grayscale: #E6E6E6. Windows color (decimal): -2038276 or 16573920. OLE color: 16573920.

HSL color Cylindrical-coordinate representation of color #E0E5FC: hue angle of 229.29º 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 #E0E5FC is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224229252-
CMYK0.110.0900.01
HSL229.29º82.35%93.33%-
HSV(B)229.29º11.11%98.82%-
XYZ76.3378.91103.3-
YUV230.13140.34123.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.77%
GREEN value IS 229 (89.84% from 255) = 32.48%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=31.77%
G=32.48%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242292520.110.0900.01229.2982.3593.33
HexE0E5FCB901e5525d
Octal340345374131101345122135
Binary11100000111001011111110010111001011110010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E5FC; }

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

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

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

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

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

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

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

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