#EDEDF6

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

Shades of Lavender #EDEDF6

Tints of Lavender #EDEDF6

Color information

#EDEDF6 (or 0xEDEDF6) is unknown color: approx Lavender. HEX triplet: ED, ED and F6. RGB value is (237,237,246). Sum of RGB (Red+Green+Blue) = 237+237+246=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF6 is #121209. Grayscale: #EDEDED. Windows color (decimal): -1184266 or 16182765. OLE color: 16182765.

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

Color convert

RGB237237246-
CMYK0.040.0400.04
HSL240º33.33%94.71%-
HSV(B)240º3.66%96.47%-
XYZ81.8485.2399.33-
YUV238.03132.5127.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 246 (96.48% from 255) = 34.17%
R=32.92%
G=32.92%
B=34.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372372460.040.0400.0424033.3394.71
HexEDEDF64404f0215f
Octal355355366440436041137
Binary1110110111101101111101101001000100111100001000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDF6; }

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

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

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

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

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

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

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

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