#EDEDF9

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

Shades of Lavender #EDEDF9

Tints of Lavender #EDEDF9

Color information

#EDEDF9 (or 0xEDEDF9) is unknown color: approx Lavender. HEX triplet: ED, ED and F9. RGB value is (237,237,249). Sum of RGB (Red+Green+Blue) = 237+237+249=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF9 is #121206. Grayscale: #EEEEEE. Windows color (decimal): -1184263 or 16379373. OLE color: 16379373.

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

Color convert

RGB237237249-
CMYK0.050.0500.02
HSL240º50%95.29%-
HSV(B)240º4.82%97.65%-
XYZ82.3185.41101.77-
YUV238.37134127.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 237 (92.97% from 255) = 32.78%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=32.78%
G=32.78%
B=34.44%

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
Decimal2372372490.050.0500.022405095.29
HexEDEDF95502f0325f
Octal355355371550236062137
Binary111011011110110111111001101101010111100001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDF9; }

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

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

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

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

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

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

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

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