#ECEDF3

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

Shades of Lavender #ECEDF3

Tints of Lavender #ECEDF3

Color information

#ECEDF3 (or 0xECEDF3) is unknown color: approx Lavender. HEX triplet: EC, ED and F3. RGB value is (236,237,243). Sum of RGB (Red+Green+Blue) = 236+237+243=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDF3 is #13120C. Grayscale: #EDEDED. Windows color (decimal): -1249805 or 15986156. OLE color: 15986156.

HSL color Cylindrical-coordinate representation of color #ECEDF3: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECEDF3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236237243-
CMYK0.030.0200.05
HSL231.43º22.58%93.92%-
HSV(B)231.43º2.88%95.29%-
XYZ81.0584.8796.9-
YUV237.38131.17127.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.96%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 243 (95.31% from 255) = 33.94%
R=32.96%
G=33.10%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362372430.030.0200.05231.4322.5893.92
HexECEDF33205e7175e
Octal354355363320534727136
Binary1110110011101101111100111110010111100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDF3; }

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

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

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

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

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

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

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

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