#E6E4FF

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

Shades of Lavender #E6E4FF

Tints of Lavender #E6E4FF

Color information

#E6E4FF (or 0xE6E4FF) is unknown color: approx Lavender. HEX triplet: E6, E4 and FF. RGB value is (230,228,255). Sum of RGB (Red+Green+Blue) = 230+228+255=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6E4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E4FF is #191B00. Grayscale: #E7E7E7. Windows color (decimal): -1645313 or 16770278. OLE color: 16770278.

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

Color convert

RGB230228255-
CMYK0.100.1100
HSL244.44º100%94.71%-
HSV(B)244.44º10.59%100%-
XYZ78.4379.53105.83-
YUV231.68141.16126.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.26%
GREEN value IS 228 (89.45% from 255) = 31.98%
BLUE value IS 255 (100% from 255) = 35.76%
R=32.26%
G=31.98%
B=35.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302282550.100.1100244.4410094.71
HexE6E4FFAB00f4645f
Octal346344377121300364144137
Binary11100110111001001111111110101011001111010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E4FF; }

 p { color: rgb(230,228,255); }

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

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

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

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

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

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

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