#EFEEF6

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

Shades of Lavender #EFEEF6

Tints of Lavender #EFEEF6

Color information

#EFEEF6 (or 0xEFEEF6) is unknown color: approx Lavender. HEX triplet: EF, EE and F6. RGB value is (239,238,246). Sum of RGB (Red+Green+Blue) = 239+238+246=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 246 (96.48% from 255 or 34.02% from 723); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFEEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF6 is #101109. Grayscale: #EFEFEF. Windows color (decimal): -1052938 or 16183023. OLE color: 16183023.

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

Color convert

RGB239238246-
CMYK0.030.0300.04
HSL247.5º30.77%94.9%-
HSV(B)247.5º3.25%96.47%-
XYZ82.8186.1599.45-
YUV239.21131.83127.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.06%
GREEN value IS 238 (93.36% from 255) = 32.92%
BLUE value IS 246 (96.48% from 255) = 34.02%
R=33.06%
G=32.92%
B=34.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392382460.030.0300.04247.530.7794.9
HexEFEEF63304f81f5f
Octal357356366330437037137
Binary1110111111101110111101101111010011111000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEF6; }

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

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

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

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

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

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

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

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