#EEF0FB

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

Shades of Lavender #EEF0FB

Tints of Lavender #EEF0FB

Color information

#EEF0FB (or 0xEEF0FB) is unknown color: approx Lavender. HEX triplet: EE, F0 and FB. RGB value is (238,240,251). Sum of RGB (Red+Green+Blue) = 238+240+251=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 240 (94.14% from 255 or 32.92% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0FB is #110F04. Grayscale: #F0F0F0. Windows color (decimal): -1117957 or 16511214. OLE color: 16511214.

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

Color convert

RGB238240251-
CMYK0.050.0400.02
HSL230.77º61.9%95.88%-
HSV(B)230.77º5.18%98.43%-
XYZ83.8387.46103.73-
YUV240.66133.84126.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.65%
GREEN value IS 240 (94.14% from 255) = 32.92%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=32.65%
G=32.92%
B=34.43%

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
Decimal2382402510.050.0400.02230.7761.995.88
HexEEF0FB5402e73e60
Octal356360373540234776140
Binary111011101111000011111011101100010111001111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0FB; }

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

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

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

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

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

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

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

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