#EAEEFE

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

Shades of Lavender #EAEEFE

Tints of Lavender #EAEEFE

Color information

#EAEEFE (or 0xEAEEFE) is unknown color: approx Lavender. HEX triplet: EA, EE and FE. RGB value is (234,238,254). Sum of RGB (Red+Green+Blue) = 234+238+254=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEFE is #151101. Grayscale: #EEEEEE. Windows color (decimal): -1380610 or 16707306. OLE color: 16707306.

HSL color Cylindrical-coordinate representation of color #EAEEFE: hue angle of 228º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEEFE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234238254-
CMYK0.080.0600.00
HSL228º90.91%95.69%-
HSV(B)228º7.87%99.61%-
XYZ82.485.8105.98-
YUV238.63136.67124.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.23%
GREEN value IS 238 (93.36% from 255) = 32.78%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=32.23%
G=32.78%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342382540.080.0600.0022890.9195.69
HexEAEEFE8600e45b60
Octal35235637610600344133140
Binary1110101011101110111111101000110001110010010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEFE; }

 p { color: rgb(234,238,254); }

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

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

 a { background-color: rgb(234,238,254); }

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

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

 span { border-color: rgb(234,238,254); }

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