#EFEDFE

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

Shades of Lavender #EFEDFE

Tints of Lavender #EFEDFE

Color information

#EFEDFE (or 0xEFEDFE) is unknown color: approx Lavender. HEX triplet: EF, ED and FE. RGB value is (239,237,254). Sum of RGB (Red+Green+Blue) = 239+237+254=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFE is #101201. Grayscale: #EFEFEF. Windows color (decimal): -1053186 or 16707055. OLE color: 16707055.

HSL color Cylindrical-coordinate representation of color #EFEDFE: hue angle of 247.06º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFEDFE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239237254-
CMYK0.060.0700.00
HSL247.06º89.47%96.27%-
HSV(B)247.06º6.69%99.61%-
XYZ83.7786.07105.96-
YUV239.54136.16127.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 237 (92.97% from 255) = 32.47%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=32.74%
G=32.47%
B=34.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392372540.060.0700.00247.0689.4796.27
HexEFEDFE6700f75960
Octal3573553766700367131140
Binary111011111110110111111110110111001111011110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDFE; }

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

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

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

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

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

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

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

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