#EDEDFE

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

Shades of Lavender #EDEDFE

Tints of Lavender #EDEDFE

Color information

#EDEDFE (or 0xEDEDFE) is unknown color: approx Lavender. HEX triplet: ED, ED and FE. RGB value is (237,237,254). Sum of RGB (Red+Green+Blue) = 237+237+254=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDEDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFE is #121201. Grayscale: #EEEEEE. Windows color (decimal): -1184258 or 16707053. OLE color: 16707053.

HSL color Cylindrical-coordinate representation of color #EDEDFE: hue angle of 240º 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 #EDEDFE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237237254-
CMYK0.070.0700.00
HSL240º89.47%96.27%-
HSV(B)240º6.69%99.61%-
XYZ83.185.73105.93-
YUV238.94136.5126.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.55%
GREEN value IS 237 (92.97% from 255) = 32.55%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=32.55%
G=32.55%
B=34.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372372540.070.0700.0024089.4796.27
HexEDEDFE7700f05960
Octal3553553767700360131140
Binary111011011110110111111110111111001111000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDFE; }

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

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

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

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

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

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

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

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