#E2E7FC

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

Shades of Lavender #E2E7FC

Tints of Lavender #E2E7FC

Color information

#E2E7FC (or 0xE2E7FC) is unknown color: approx Lavender. HEX triplet: E2, E7 and FC. RGB value is (226,231,252). Sum of RGB (Red+Green+Blue) = 226+231+252=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2E7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E7FC is #1D1803. Grayscale: #E7E7E7. Windows color (decimal): -1906692 or 16574434. OLE color: 16574434.

HSL color Cylindrical-coordinate representation of color #E2E7FC: hue angle of 228.46º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E7FC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226231252-
CMYK0.100.0800.01
HSL228.46º81.25%93.73%-
HSV(B)228.46º10.32%98.82%-
XYZ77.5180.35103.52-
YUV231.9139.34123.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.88%
GREEN value IS 231 (90.62% from 255) = 32.58%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=31.88%
G=32.58%
B=35.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262312520.100.0800.01228.4681.2593.73
HexE2E7FCA801e4515e
Octal342347374121001344121136
Binary11100010111001111111110010101000011110010010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E7FC; }

 p { color: rgb(226,231,252); }

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

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

 a { background-color: rgb(226,231,252); }

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

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

 span { border-color: rgb(226,231,252); }

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