#E7E4FD

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

Shades of Lavender #E7E4FD

Tints of Lavender #E7E4FD

Color information

#E7E4FD (or 0xE7E4FD) is unknown color: approx Lavender. HEX triplet: E7, E4 and FD. RGB value is (231,228,253). Sum of RGB (Red+Green+Blue) = 231+228+253=712 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.44% from 712); Green value is 228 (89.45% from 255 or 32.02% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7E4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E4FD is #181B02. Grayscale: #E7E7E7. Windows color (decimal): -1579779 or 16639207. OLE color: 16639207.

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

Color convert

RGB231228253-
CMYK0.090.1000.01
HSL247.2º86.21%94.31%-
HSV(B)247.2º9.88%99.22%-
XYZ78.4379.57104.15-
YUV231.75139.99127.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.44%
GREEN value IS 228 (89.45% from 255) = 32.02%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=32.44%
G=32.02%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312282530.090.1000.01247.286.2194.31
HexE7E4FD9A01f7565e
Octal347344375111201367126136
Binary11100111111001001111110110011010011111011110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E4FD; }

 p { color: rgb(231,228,253); }

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

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

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

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

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

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

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