#EEECFA

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

Shades of Lavender #EEECFA

Tints of Lavender #EEECFA

Color information

#EEECFA (or 0xEEECFA) is unknown color: approx Lavender. HEX triplet: EE, EC and FA. RGB value is (238,236,250). Sum of RGB (Red+Green+Blue) = 238+236+250=724 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.87% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECFA is #111305. Grayscale: #EEEEEE. Windows color (decimal): -1118982 or 16444654. OLE color: 16444654.

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

Color convert

RGB238236250-
CMYK0.050.0600.02
HSL248.57º58.33%95.29%-
HSV(B)248.57º5.6%98.04%-
XYZ82.5185.07102.51-
YUV238.19134.66127.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.87%
GREEN value IS 236 (92.58% from 255) = 32.60%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=32.87%
G=32.60%
B=34.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382362500.050.0600.02248.5758.3395.29
HexEEECFA5602f93a5f
Octal356354372560237172137
Binary111011101110110011111010101110010111110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECFA; }

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

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

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

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

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

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

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

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