#EFEFF7

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

Shades of Lavender #EFEFF7

Tints of Lavender #EFEFF7

Color information

#EFEFF7 (or 0xEFEFF7) is unknown color: approx Lavender. HEX triplet: EF, EF and F7. RGB value is (239,239,247). Sum of RGB (Red+Green+Blue) = 239+239+247=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 247 (96.88% from 255 or 34.07% from 725); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF7 is #101008. Grayscale: #EFEFEF. Windows color (decimal): -1052681 or 16248815. OLE color: 16248815.

HSL color Cylindrical-coordinate representation of color #EFEFF7: hue angle of 240º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEFF7 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239239247-
CMYK0.030.0300.03
HSL240º33.33%95.29%-
HSV(B)240º3.24%96.86%-
XYZ83.2586.8100.36-
YUV239.91132127.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.97%
GREEN value IS 239 (93.75% from 255) = 32.97%
BLUE value IS 247 (96.88% from 255) = 34.07%
R=32.97%
G=32.97%
B=34.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392392470.030.0300.0324033.3395.29
HexEFEFF73303f0215f
Octal357357367330336041137
Binary1110111111101111111101111111011111100001000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFF7; }

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

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

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

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

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

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

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

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