#EAE7FC

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

Shades of Lavender #EAE7FC

Tints of Lavender #EAE7FC

Color information

#EAE7FC (or 0xEAE7FC) is unknown color: approx Lavender. HEX triplet: EA, E7 and FC. RGB value is (234,231,252). Sum of RGB (Red+Green+Blue) = 234+231+252=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 231 (90.62% from 255 or 32.22% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAE7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7FC is #151803. Grayscale: #EAEAEA. Windows color (decimal): -1382404 or 16574442. OLE color: 16574442.

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

Color convert

RGB234231252-
CMYK0.070.0800.01
HSL248.57º77.78%94.71%-
HSV(B)248.57º8.33%98.82%-
XYZ80.0881.67103.64-
YUV234.29137.99127.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 231 (90.62% from 255) = 32.22%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=32.64%
G=32.22%
B=35.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342312520.070.0800.01248.5777.7894.71
HexEAE7FC7801f94e5f
Octal35234737471001371116137
Binary1110101011100111111111001111000011111100110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7FC; }

 p { color: rgb(234,231,252); }

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

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

 a { background-color: rgb(234,231,252); }

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

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

 span { border-color: rgb(234,231,252); }

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