#EEECFE

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

Shades of Lavender #EEECFE

Tints of Lavender #EEECFE

Color information

#EEECFE (or 0xEEECFE) is unknown color: approx Lavender. HEX triplet: EE, EC and FE. RGB value is (238,236,254). Sum of RGB (Red+Green+Blue) = 238+236+254=728 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.69% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECFE is #111301. Grayscale: #EEEEEE. Windows color (decimal): -1118978 or 16706798. OLE color: 16706798.

HSL color Cylindrical-coordinate representation of color #EEECFE: hue angle of 246.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEECFE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238236254-
CMYK0.060.0700.00
HSL246.67º90%96.08%-
HSV(B)246.67º7.09%99.61%-
XYZ83.1485.32105.85-
YUV238.65136.66127.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.69%
GREEN value IS 236 (92.58% from 255) = 32.42%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=32.69%
G=32.42%
B=34.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382362540.060.0700.00246.679096.08
HexEEECFE6700f75a60
Octal3563543766700367132140
Binary111011101110110011111110110111001111011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECFE; }

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

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

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

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

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

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

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

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