#EFECFF

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

Shades of Lavender #EFECFF

Tints of Lavender #EFECFF

Color information

#EFECFF (or 0xEFECFF) is unknown color: approx Lavender. HEX triplet: EF, EC and FF. RGB value is (239,236,255). Sum of RGB (Red+Green+Blue) = 239+236+255=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECFF is #101300. Grayscale: #EEEEEE. Windows color (decimal): -1053441 or 16772335. OLE color: 16772335.

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

Color convert

RGB239236255-
CMYK0.060.0700
HSL249.47º100%96.27%-
HSV(B)249.47º7.45%100%-
XYZ83.6485.56106.71-
YUV239.06136.99127.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 236 (92.58% from 255) = 32.33%
BLUE value IS 255 (100% from 255) = 34.93%
R=32.74%
G=32.33%
B=34.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392362550.060.0700249.4710096.27
HexEFECFF6700f96460
Octal3573543776700371144140
Binary111011111110110011111111110111001111100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECFF; }

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

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

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

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

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

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

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

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