#EDECFE

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

Shades of Lavender #EDECFE

Tints of Lavender #EDECFE

Color information

#EDECFE (or 0xEDECFE) is unknown color: approx Lavender. HEX triplet: ED, EC and FE. RGB value is (237,236,254). Sum of RGB (Red+Green+Blue) = 237+236+254=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFE is #121301. Grayscale: #EEEEEE. Windows color (decimal): -1184514 or 16706797. OLE color: 16706797.

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

Color convert

RGB237236254-
CMYK0.070.0700.00
HSL243.33º90%96.08%-
HSV(B)243.33º7.09%99.61%-
XYZ82.8185.15105.84-
YUV238.35136.83127.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.60%
GREEN value IS 236 (92.58% from 255) = 32.46%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=32.60%
G=32.46%
B=34.94%

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
Decimal2372362540.070.0700.00243.339096.08
HexEDECFE7700f35a60
Octal3553543767700363132140
Binary111011011110110011111110111111001111001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECFE; }

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

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

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

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

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

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

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

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