#ECECF5

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

Shades of Lavender #ECECF5

Tints of Lavender #ECECF5

Color information

#ECECF5 (or 0xECECF5) is unknown color: approx Lavender. HEX triplet: EC, EC and F5. RGB value is (236,236,245). Sum of RGB (Red+Green+Blue) = 236+236+245=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF5 is #13130A. Grayscale: #ECECEC. Windows color (decimal): -1250059 or 16116972. OLE color: 16116972.

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

Color convert

RGB236236245-
CMYK0.040.0400.04
HSL240º31.03%94.31%-
HSV(B)240º3.67%96.08%-
XYZ81.0784.4298.41-
YUV237.03132.5127.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.91%
GREEN value IS 236 (92.58% from 255) = 32.91%
BLUE value IS 245 (96.09% from 255) = 34.17%
R=32.91%
G=32.91%
B=34.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362362450.040.0400.0424031.0394.31
HexECECF54404f01f5e
Octal354354365440436037136
Binary111011001110110011110101100100010011110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECF5; }

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

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

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

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

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

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

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

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