#EFEDFA

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

Shades of Lavender #EFEDFA

Tints of Lavender #EFEDFA

Color information

#EFEDFA (or 0xEFEDFA) is unknown color: approx Lavender. HEX triplet: EF, ED and FA. RGB value is (239,237,250). Sum of RGB (Red+Green+Blue) = 239+237+250=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFA is #101205. Grayscale: #EFEFEF. Windows color (decimal): -1053190 or 16444911. OLE color: 16444911.

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

Color convert

RGB239237250-
CMYK0.040.0500.02
HSL249.23º56.52%95.49%-
HSV(B)249.23º5.2%98.04%-
XYZ83.1485.82102.63-
YUV239.08134.16127.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.92%
GREEN value IS 237 (92.97% from 255) = 32.64%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=32.92%
G=32.64%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392372500.040.0500.02249.2356.5295.49
HexEFEDFA4502f9395f
Octal357355372450237171137
Binary111011111110110111111010100101010111110011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDFA; }

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

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

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

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

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

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

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

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