#EDECF9

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

Shades of Lavender #EDECF9

Tints of Lavender #EDECF9

Color information

#EDECF9 (or 0xEDECF9) is unknown color: approx Lavender. HEX triplet: ED, EC and F9. RGB value is (237,236,249). Sum of RGB (Red+Green+Blue) = 237+236+249=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDECF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF9 is #121306. Grayscale: #EDEDED. Windows color (decimal): -1184519 or 16379117. OLE color: 16379117.

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

Color convert

RGB237236249-
CMYK0.050.0500.02
HSL244.62º52%95.1%-
HSV(B)244.62º5.22%97.65%-
XYZ82.0284.83101.67-
YUV237.78134.33127.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 236 (92.58% from 255) = 32.69%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=32.83%
G=32.69%
B=34.49%

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
Decimal2372362490.050.0500.02244.625295.1
HexEDECF95502f5345f
Octal355354371550236564137
Binary111011011110110011111001101101010111101011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECF9; }

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

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

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

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

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

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

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

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