#EDECFA

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

Shades of Lavender #EDECFA

Tints of Lavender #EDECFA

Color information

#EDECFA (or 0xEDECFA) is unknown color: approx Lavender. HEX triplet: ED, EC and FA. RGB value is (237,236,250). Sum of RGB (Red+Green+Blue) = 237+236+250=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFA is #121305. Grayscale: #EDEDED. Windows color (decimal): -1184518 or 16444653. OLE color: 16444653.

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

Color convert

RGB237236250-
CMYK0.050.0600.02
HSL244.29º58.33%95.29%-
HSV(B)244.29º5.6%98.04%-
XYZ82.1884.9102.5-
YUV237.9134.83127.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 236 (92.58% from 255) = 32.64%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=32.78%
G=32.64%
B=34.58%

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
Decimal2372362500.050.0600.02244.2958.3395.29
HexEDECFA5602f43a5f
Octal355354372560236472137
Binary111011011110110011111010101110010111101001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECFA; }

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

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

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

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

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

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

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

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