#E6E2FE

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

Shades of Lavender #E6E2FE

Tints of Lavender #E6E2FE

Color information

#E6E2FE (or 0xE6E2FE) is unknown color: approx Lavender. HEX triplet: E6, E2 and FE. RGB value is (230,226,254). Sum of RGB (Red+Green+Blue) = 230+226+254=710 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.39% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E2FE is #191D01. Grayscale: #E6E6E6. Windows color (decimal): -1645826 or 16704230. OLE color: 16704230.

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

Color convert

RGB230226254-
CMYK0.090.1100.00
HSL248.57º93.33%94.12%-
HSV(B)248.57º11.02%99.61%-
XYZ77.7278.37104.8-
YUV230.39141.33127.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.39%
GREEN value IS 226 (88.67% from 255) = 31.83%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=32.39%
G=31.83%
B=35.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302262540.090.1100.00248.5793.3394.12
HexE6E2FE9B00f95d5e
Octal346342376111300371135136
Binary11100110111000101111111010011011001111100110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E2FE; }

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

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

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

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

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

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

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

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