#E6EAFE

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

Shades of Lavender #E6EAFE

Tints of Lavender #E6EAFE

Color information

#E6EAFE (or 0xE6EAFE) is unknown color: approx Lavender. HEX triplet: E6, EA and FE. RGB value is (230,234,254). Sum of RGB (Red+Green+Blue) = 230+234+254=718 (95% of max value = 765). Red value is 230 (90.23% from 255 or 32.03% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAFE is #191501. Grayscale: #EBEBEB. Windows color (decimal): -1643778 or 16706278. OLE color: 16706278.

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

Color convert

RGB230234254-
CMYK0.090.0800.00
HSL230º92.31%94.9%-
HSV(B)230º9.45%99.61%-
XYZ79.9582.82105.54-
YUV235.08138.67124.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.03%
GREEN value IS 234 (91.80% from 255) = 32.59%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=32.03%
G=32.59%
B=35.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302342540.090.0800.0023092.3194.9
HexE6EAFE9800e65c5f
Octal346352376111000346134137
Binary11100110111010101111111010011000001110011010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EAFE; }

 p { color: rgb(230,234,254); }

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

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

 a { background-color: rgb(230,234,254); }

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

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

 span { border-color: rgb(230,234,254); }

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