#EEEEFE

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

Shades of Lavender #EEEEFE

Tints of Lavender #EEEEFE

Color information

#EEEEFE (or 0xEEEEFE) is unknown color: approx Lavender. HEX triplet: EE, EE and FE. RGB value is (238,238,254). Sum of RGB (Red+Green+Blue) = 238+238+254=730 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.60% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEFE is #111101. Grayscale: #EFEFEF. Windows color (decimal): -1118466 or 16707310. OLE color: 16707310.

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

Color convert

RGB238238254-
CMYK0.060.0600.00
HSL240º88.89%96.47%-
HSV(B)240º6.3%99.61%-
XYZ83.7286.48106.05-
YUV239.82136126.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.60%
GREEN value IS 238 (93.36% from 255) = 32.60%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=32.60%
G=32.60%
B=34.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382382540.060.0600.0024088.8996.47
HexEEEEFE6600f05960
Octal3563563766600360131140
Binary111011101110111011111110110110001111000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEFE; }

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

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

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

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

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

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

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

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