#E6E0FC

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

Shades of Lavender #E6E0FC

Tints of Lavender #E6E0FC

Color information

#E6E0FC (or 0xE6E0FC) is unknown color: approx Lavender. HEX triplet: E6, E0 and FC. RGB value is (230,224,252). Sum of RGB (Red+Green+Blue) = 230+224+252=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E0FC is #191F03. Grayscale: #E4E4E4. Windows color (decimal): -1646340 or 16572646. OLE color: 16572646.

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

Color convert

RGB230224252-
CMYK0.090.1100.01
HSL252.86º82.35%93.33%-
HSV(B)252.86º11.11%98.82%-
XYZ76.8677.16102.94-
YUV228.99140.99128.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.58%
GREEN value IS 224 (87.89% from 255) = 31.73%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=32.58%
G=31.73%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302242520.090.1100.01252.8682.3593.33
HexE6E0FC9B01fd525d
Octal346340374111301375122135
Binary11100110111000001111110010011011011111110110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E0FC; }

 p { color: rgb(230,224,252); }

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

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

 a { background-color: rgb(230,224,252); }

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

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

 span { border-color: rgb(230,224,252); }

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