#ECECF2

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

Shades of Lavender #ECECF2

Tints of Lavender #ECECF2

Color information

#ECECF2 (or 0xECECF2) is unknown color: approx Lavender. HEX triplet: EC, EC and F2. RGB value is (236,236,242). Sum of RGB (Red+Green+Blue) = 236+236+242=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF2 is #13130D. Grayscale: #ECECEC. Windows color (decimal): -1250062 or 15920364. OLE color: 15920364.

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

Color convert

RGB236236242-
CMYK0.020.0200.05
HSL240º18.75%93.73%-
HSV(B)240º2.48%94.9%-
XYZ80.6184.2396.01-
YUV236.68131127.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.05%
GREEN value IS 236 (92.58% from 255) = 33.05%
BLUE value IS 242 (94.92% from 255) = 33.89%
R=33.05%
G=33.05%
B=33.89%

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
Decimal2362362420.020.0200.0524018.7593.73
HexECECF22205f0135e
Octal354354362220536023136
Binary1110110011101100111100101010010111110000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECF2; }

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

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

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

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

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

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

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

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