#EDEDFA

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

Shades of Lavender #EDEDFA

Tints of Lavender #EDEDFA

Color information

#EDEDFA (or 0xEDEDFA) is unknown color: approx Lavender. HEX triplet: ED, ED and FA. RGB value is (237,237,250). Sum of RGB (Red+Green+Blue) = 237+237+250=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFA is #121205. Grayscale: #EEEEEE. Windows color (decimal): -1184262 or 16444909. OLE color: 16444909.

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

Color convert

RGB237237250-
CMYK0.050.0500.02
HSL240º56.52%95.49%-
HSV(B)240º5.2%98.04%-
XYZ82.4685.48102.59-
YUV238.48134.5126.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.73%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=32.73%
G=32.73%
B=34.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372372500.050.0500.0224056.5295.49
HexEDEDFA5502f0395f
Octal355355372550236071137
Binary111011011110110111111010101101010111100001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDFA; }

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

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

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

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

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

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

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

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