#E6E0F5

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

Shades of Lavender #E6E0F5

Tints of Lavender #E6E0F5

Color information

#E6E0F5 (or 0xE6E0F5) is unknown color: approx Lavender. HEX triplet: E6, E0 and F5. RGB value is (230,224,245). Sum of RGB (Red+Green+Blue) = 230+224+245=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6E0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E0F5 is #191F0A. Grayscale: #E4E4E4. Windows color (decimal): -1646347 or 16113894. OLE color: 16113894.

HSL color Cylindrical-coordinate representation of color #E6E0F5: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6E0F5 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230224245-
CMYK0.060.0900.04
HSL257.14º51.22%91.96%-
HSV(B)257.14º8.57%96.08%-
XYZ75.7776.7397.2-
YUV228.19137.49129.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.90%
GREEN value IS 224 (87.89% from 255) = 32.05%
BLUE value IS 245 (96.09% from 255) = 35.05%
R=32.90%
G=32.05%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302242450.060.0900.04257.1451.2291.96
HexE6E0F56904101335c
Octal3463403656110440163134
Binary111001101110000011110101110100101001000000011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E0F5; }

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

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

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

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

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

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

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

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