#ECEDF9

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

Shades of Lavender #ECEDF9

Tints of Lavender #ECEDF9

Color information

#ECEDF9 (or 0xECEDF9) is unknown color: approx Lavender. HEX triplet: EC, ED and F9. RGB value is (236,237,249). Sum of RGB (Red+Green+Blue) = 236+237+249=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 237 (92.97% from 255 or 32.83% 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 #ECEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDF9 is #131206. Grayscale: #EEEEEE. Windows color (decimal): -1249799 or 16379372. OLE color: 16379372.

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

Color convert

RGB236237249-
CMYK0.050.0500.02
HSL235.38º52%95.1%-
HSV(B)235.38º5.22%97.65%-
XYZ81.9885.24101.76-
YUV238.07134.17126.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.69%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=32.69%
G=32.83%
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
Decimal2362372490.050.0500.02235.385295.1
HexECEDF95502eb345f
Octal354355371550235364137
Binary111011001110110111111001101101010111010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDF9; }

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

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

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

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

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

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

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

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