#E6E0FB

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

Shades of Lavender #E6E0FB

Tints of Lavender #E6E0FB

Color information

#E6E0FB (or 0xE6E0FB) is unknown color: approx Lavender. HEX triplet: E6, E0 and FB. RGB value is (230,224,251). Sum of RGB (Red+Green+Blue) = 230+224+251=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E0FB is #191F04. Grayscale: #E4E4E4. Windows color (decimal): -1646341 or 16507110. OLE color: 16507110.

HSL color Cylindrical-coordinate representation of color #E6E0FB: hue angle of 253.33º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6E0FB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230224251-
CMYK0.080.1100.02
HSL253.33º77.14%93.14%-
HSV(B)253.33º10.76%98.43%-
XYZ76.777.1102.11-
YUV228.87140.49128.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.62%
GREEN value IS 224 (87.89% from 255) = 31.77%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=32.62%
G=31.77%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302242510.080.1100.02253.3377.1493.14
HexE6E0FB8B02fd4d5d
Octal346340373101302375115135
Binary111001101110000011111011100010110101111110110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E0FB; }

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

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

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

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

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

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

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

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