#EFEEF7

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

Shades of Lavender #EFEEF7

Tints of Lavender #EFEEF7

Color information

#EFEEF7 (or 0xEFEEF7) is unknown color: approx Lavender. HEX triplet: EF, EE and F7. RGB value is (239,238,247). Sum of RGB (Red+Green+Blue) = 239+238+247=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 247 (96.88% from 255 or 34.12% from 724); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFEEF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF7 is #101108. Grayscale: #EFEFEF. Windows color (decimal): -1052937 or 16248559. OLE color: 16248559.

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

Color convert

RGB239238247-
CMYK0.030.0400.03
HSL246.67º36%95.1%-
HSV(B)246.67º3.64%96.86%-
XYZ82.9686.22100.26-
YUV239.32132.33127.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 238 (93.36% from 255) = 32.87%
BLUE value IS 247 (96.88% from 255) = 34.12%
R=33.01%
G=32.87%
B=34.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392382470.030.0400.03246.673695.1
HexEFEEF73403f7245f
Octal357356367340336744137
Binary11101111111011101111011111100011111101111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEF7; }

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

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

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

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

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

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

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

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