#EFEFF2

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

Shades of Lavender #EFEFF2

Tints of Lavender #EFEFF2

Color information

#EFEFF2 (or 0xEFEFF2) is unknown color: approx Lavender. HEX triplet: EF, EF and F2. RGB value is (239,239,242). Sum of RGB (Red+Green+Blue) = 239+239+242=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFF2 is #10100D. Grayscale: #EFEFEF. Windows color (decimal): -1052686 or 15921135. OLE color: 15921135.

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

Color convert

RGB239239242-
CMYK0.010.0100.05
HSL240º10.34%94.31%-
HSV(B)240º1.24%94.9%-
XYZ82.4986.4996.35-
YUV239.34129.5127.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 242 (94.92% from 255) = 33.61%
R=33.19%
G=33.19%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392392420.010.0100.0524010.3494.31
HexEFEFF21105f0a5e
Octal357357362110536012136
Binary1110111111101111111100101101011111000010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFF2; }

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

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

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

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

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

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

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

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