#EFEDFB

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

Shades of Lavender #EFEDFB

Tints of Lavender #EFEDFB

Color information

#EFEDFB (or 0xEFEDFB) is unknown color: approx Lavender. HEX triplet: EF, ED and FB. RGB value is (239,237,251). Sum of RGB (Red+Green+Blue) = 239+237+251=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFB is #101204. Grayscale: #EFEFEF. Windows color (decimal): -1053189 or 16510447. OLE color: 16510447.

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

Color convert

RGB239237251-
CMYK0.050.0600.02
HSL248.57º63.64%95.69%-
HSV(B)248.57º5.58%98.43%-
XYZ83.2985.88103.45-
YUV239.19134.66127.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 237 (92.97% from 255) = 32.60%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=32.87%
G=32.60%
B=34.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392372510.050.0600.02248.5763.6495.69
HexEFEDFB5602f94060
Octal3573553735602371100140
Binary1110111111101101111110111011100101111100110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDFB; }

 p { color: rgb(239,237,251); }

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

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

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

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

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

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

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