#EFEFF9

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

Shades of Lavender #EFEFF9

Tints of Lavender #EFEFF9

Color information

#EFEFF9 (or 0xEFEFF9) is unknown color: approx Lavender. HEX triplet: EF, EF and F9. RGB value is (239,239,249). Sum of RGB (Red+Green+Blue) = 239+239+249=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFEFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF9 is #101006. Grayscale: #F0F0F0. Windows color (decimal): -1052679 or 16379887. OLE color: 16379887.

HSL color Cylindrical-coordinate representation of color #EFEFF9: hue angle of 240º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFEFF9 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239239249-
CMYK0.040.0400.02
HSL240º45.45%95.69%-
HSV(B)240º4.02%97.65%-
XYZ83.5686.92102-
YUV240.14133127.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 239 (93.75% from 255) = 32.87%
BLUE value IS 249 (97.66% from 255) = 34.25%
R=32.87%
G=32.87%
B=34.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392392490.040.0400.0224045.4595.69
HexEFEFF94402f02d60
Octal357357371440236055140
Binary111011111110111111111001100100010111100001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFF9; }

 p { color: rgb(239,239,249); }

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

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

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

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

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

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

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