#EAE8F6

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

Shades of Lavender #EAE8F6

Tints of Lavender #EAE8F6

Color information

#EAE8F6 (or 0xEAE8F6) is unknown color: approx Lavender. HEX triplet: EA, E8 and F6. RGB value is (234,232,246). Sum of RGB (Red+Green+Blue) = 234+232+246=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 232 (91.02% from 255 or 32.58% from 712); Blue value is 246 (96.48% from 255 or 34.55% from 712); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAE8F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8F6 is #151709. Grayscale: #EAEAEA. Windows color (decimal): -1382154 or 16181482. OLE color: 16181482.

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

Color convert

RGB234232246-
CMYK0.050.0600.04
HSL248.57º43.75%93.73%-
HSV(B)248.57º5.69%96.47%-
XYZ79.4281.8698.8-
YUV234.19134.66127.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 232 (91.02% from 255) = 32.58%
BLUE value IS 246 (96.48% from 255) = 34.55%
R=32.87%
G=32.58%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342322460.050.0600.04248.5743.7593.73
HexEAE8F65604f92c5e
Octal352350366560437154136
Binary1110101011101000111101101011100100111110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8F6; }

 p { color: rgb(234,232,246); }

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

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

 a { background-color: rgb(234,232,246); }

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

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

 span { border-color: rgb(234,232,246); }

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