#E0E6FC

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

Shades of Lavender #E0E6FC

Tints of Lavender #E0E6FC

Color information

#E0E6FC (or 0xE0E6FC) is unknown color: approx Lavender. HEX triplet: E0, E6 and FC. RGB value is (224,230,252). Sum of RGB (Red+Green+Blue) = 224+230+252=706 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.73% from 706); Green value is 230 (90.23% from 255 or 32.58% 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 #E0E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E6FC is #1F1903. Grayscale: #E6E6E6. Windows color (decimal): -2038020 or 16574176. OLE color: 16574176.

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

Color convert

RGB224230252-
CMYK0.110.0900.01
HSL227.14º82.35%93.33%-
HSV(B)227.14º11.11%98.82%-
XYZ76.6179.47103.4-
YUV230.71140.01123.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242302520.110.0900.01227.1482.3593.33
HexE0E6FCB901e3525d
Octal340346374131101343122135
Binary11100000111001101111110010111001011110001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E6FC; }

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

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

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

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

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

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

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

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