#EEECFB

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

Shades of Lavender #EEECFB

Tints of Lavender #EEECFB

Color information

#EEECFB (or 0xEEECFB) is unknown color: approx Lavender. HEX triplet: EE, EC and FB. RGB value is (238,236,251). Sum of RGB (Red+Green+Blue) = 238+236+251=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECFB is #111304. Grayscale: #EEEEEE. Windows color (decimal): -1118981 or 16510190. OLE color: 16510190.

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

Color convert

RGB238236251-
CMYK0.050.0600.02
HSL248º65.22%95.49%-
HSV(B)248º5.98%98.43%-
XYZ82.6785.13103.34-
YUV238.31135.16127.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.83%
GREEN value IS 236 (92.58% from 255) = 32.55%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=32.83%
G=32.55%
B=34.62%

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
Decimal2382362510.050.0600.0224865.2295.49
HexEEECFB5602f8415f
Octal3563543735602370101137
Binary1110111011101100111110111011100101111100010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECFB; }

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

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

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

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

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

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

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

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