#EFECFE

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

Shades of Lavender #EFECFE

Tints of Lavender #EFECFE

Color information

#EFECFE (or 0xEFECFE) is unknown color: approx Lavender. HEX triplet: EF, EC and FE. RGB value is (239,236,254). Sum of RGB (Red+Green+Blue) = 239+236+254=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECFE is #101301. Grayscale: #EEEEEE. Windows color (decimal): -1053442 or 16706799. OLE color: 16706799.

HSL color Cylindrical-coordinate representation of color #EFECFE: hue angle of 250º 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 #EFECFE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239236254-
CMYK0.060.0700.00
HSL250º90%96.08%-
HSV(B)250º7.09%99.61%-
XYZ83.4885.5105.87-
YUV238.95136.49128.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.78%
GREEN value IS 236 (92.58% from 255) = 32.37%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=32.78%
G=32.37%
B=34.84%

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
Decimal2392362540.060.0700.002509096.08
HexEFECFE6700fa5a60
Octal3573543766700372132140
Binary111011111110110011111110110111001111101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECFE; }

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

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

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

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

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

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

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

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