#EAE6FB

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

Shades of Lavender #EAE6FB

Tints of Lavender #EAE6FB

Color information

#EAE6FB (or 0xEAE6FB) is unknown color: approx Lavender. HEX triplet: EA, E6 and FB. RGB value is (234,230,251). Sum of RGB (Red+Green+Blue) = 234+230+251=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE6FB is #151904. Grayscale: #E9E9E9. Windows color (decimal): -1382661 or 16508650. OLE color: 16508650.

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

Color convert

RGB234230251-
CMYK0.070.0800.02
HSL251.43º72.41%94.31%-
HSV(B)251.43º8.37%98.43%-
XYZ79.6481.05102.71-
YUV233.59137.83128.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 230 (90.23% from 255) = 32.17%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=32.73%
G=32.17%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342302510.070.0800.02251.4372.4194.31
HexEAE6FB7802fb485e
Octal35234637371002373110136
Binary11101010111001101111101111110000101111101110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6FB; }

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

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

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

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

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

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

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

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