#EDECF7

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

Shades of Lavender #EDECF7

Tints of Lavender #EDECF7

Color information

#EDECF7 (or 0xEDECF7) is unknown color: approx Lavender. HEX triplet: ED, EC and F7. RGB value is (237,236,247). Sum of RGB (Red+Green+Blue) = 237+236+247=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF7 is #121308. Grayscale: #EDEDED. Windows color (decimal): -1184521 or 16248045. OLE color: 16248045.

HSL color Cylindrical-coordinate representation of color #EDECF7: hue angle of 245.45º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDECF7 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237236247-
CMYK0.040.0400.03
HSL245.45º40.74%94.71%-
HSV(B)245.45º4.45%96.86%-
XYZ81.7184.71100.04-
YUV237.55133.33127.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 236 (92.58% from 255) = 32.78%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=32.92%
G=32.78%
B=34.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372362470.040.0400.03245.4540.7494.71
HexEDECF74403f5295f
Octal355354367440336551137
Binary111011011110110011110111100100011111101011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECF7; }

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

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

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

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

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

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

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

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