#EEEEFA

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

Shades of Lavender #EEEEFA

Tints of Lavender #EEEEFA

Color information

#EEEEFA (or 0xEEEEFA) is unknown color: approx Lavender. HEX triplet: EE, EE and FA. RGB value is (238,238,250). Sum of RGB (Red+Green+Blue) = 238+238+250=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEFA is #111105. Grayscale: #EFEFEF. Windows color (decimal): -1118470 or 16445166. OLE color: 16445166.

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

Color convert

RGB238238250-
CMYK0.050.0500.02
HSL240º54.55%95.69%-
HSV(B)240º4.8%98.04%-
XYZ83.0986.23102.71-
YUV239.37134127.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.78%
GREEN value IS 238 (93.36% from 255) = 32.78%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=32.78%
G=32.78%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382382500.050.0500.0224054.5595.69
HexEEEEFA5502f03760
Octal356356372550236067140
Binary111011101110111011111010101101010111100001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEFA; }

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

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

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

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

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

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

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

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