#EAE8FB

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

Shades of Lavender #EAE8FB

Tints of Lavender #EAE8FB

Color information

#EAE8FB (or 0xEAE8FB) is unknown color: approx Lavender. HEX triplet: EA, E8 and FB. RGB value is (234,232,251). Sum of RGB (Red+Green+Blue) = 234+232+251=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 232 (91.02% from 255 or 32.36% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAE8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8FB is #151704. Grayscale: #EAEAEA. Windows color (decimal): -1382149 or 16509162. OLE color: 16509162.

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

Color convert

RGB234232251-
CMYK0.070.0800.02
HSL246.32º70.37%94.71%-
HSV(B)246.32º7.57%98.43%-
XYZ80.282.17102.9-
YUV234.76137.16127.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 232 (91.02% from 255) = 32.36%
BLUE value IS 251 (98.44% from 255) = 35.01%
R=32.64%
G=32.36%
B=35.01%

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
Decimal2342322510.070.0800.02246.3270.3794.71
HexEAE8FB7802f6465f
Octal35235037371002366106137
Binary11101010111010001111101111110000101111011010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8FB; }

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

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

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

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

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

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

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

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