#ECECF0

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

Shades of Lavender #ECECF0

Tints of Lavender #ECECF0

Color information

#ECECF0 (or 0xECECF0) is unknown color: approx Lavender. HEX triplet: EC, EC and F0. RGB value is (236,236,240). Sum of RGB (Red+Green+Blue) = 236+236+240=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECF0 is #13130F. Grayscale: #ECECEC. Windows color (decimal): -1250064 or 15789292. OLE color: 15789292.

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

Color convert

RGB236236240-
CMYK0.020.0200.06
HSL240º11.76%93.33%-
HSV(B)240º1.67%94.12%-
XYZ80.3284.1294.44-
YUV236.46130127.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 240 (94.14% from 255) = 33.71%
R=33.15%
G=33.15%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362362400.020.0200.0624011.7693.33
HexECECF02206f0c5d
Octal354354360220636014135
Binary111011001110110011110000101001101111000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECF0; }

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

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

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

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

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

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

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

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