#ECECF1

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

Shades of Lavender #ECECF1

Tints of Lavender #ECECF1

Color information

#ECECF1 (or 0xECECF1) is unknown color: approx Lavender. HEX triplet: EC, EC and F1. RGB value is (236,236,241). Sum of RGB (Red+Green+Blue) = 236+236+241=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF1 is #13130E. Grayscale: #ECECEC. Windows color (decimal): -1250063 or 15854828. OLE color: 15854828.

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

Color convert

RGB236236241-
CMYK0.020.0200.05
HSL240º15.15%93.53%-
HSV(B)240º2.07%94.51%-
XYZ80.4684.1795.23-
YUV236.57130.5127.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.10%
GREEN value IS 236 (92.58% from 255) = 33.10%
BLUE value IS 241 (94.53% from 255) = 33.80%
R=33.10%
G=33.10%
B=33.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362362410.020.0200.0524015.1593.53
HexECECF12205f0f5e
Octal354354361220536017136
Binary111011001110110011110001101001011111000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECF1; }

 p { color: rgb(236,236,241); }

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

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

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

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

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

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

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