#EEF0FA

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

Shades of Lavender #EEF0FA

Tints of Lavender #EEF0FA

Color information

#EEF0FA (or 0xEEF0FA) is unknown color: approx Lavender. HEX triplet: EE, F0 and FA. RGB value is (238,240,250). Sum of RGB (Red+Green+Blue) = 238+240+250=728 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.69% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0FA is #110F05. Grayscale: #F0F0F0. Windows color (decimal): -1117958 or 16445678. OLE color: 16445678.

HSL color Cylindrical-coordinate representation of color #EEF0FA: hue angle of 230º 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 #EEF0FA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238240250-
CMYK0.050.0400.02
HSL230º54.55%95.69%-
HSV(B)230º4.8%98.04%-
XYZ83.6887.4102.9-
YUV240.54133.34126.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.69%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=32.69%
G=32.97%
B=34.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382402500.050.0400.0223054.5595.69
HexEEF0FA5402e63760
Octal356360372540234667140
Binary111011101111000011111010101100010111001101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0FA; }

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

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

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

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

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

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

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

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