#ECEBF2

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

Shades of Lavender #ECEBF2

Tints of Lavender #ECEBF2

Color information

#ECEBF2 (or 0xECEBF2) is unknown color: approx Lavender. HEX triplet: EC, EB and F2. RGB value is (236,235,242). Sum of RGB (Red+Green+Blue) = 236+235+242=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBF2 is #13140D. Grayscale: #ECECEC. Windows color (decimal): -1250318 or 15920108. OLE color: 15920108.

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

Color convert

RGB236235242-
CMYK0.020.0300.05
HSL248.57º21.21%93.53%-
HSV(B)248.57º2.89%94.9%-
XYZ80.3383.6695.92-
YUV236.1131.33127.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.10%
GREEN value IS 235 (92.19% from 255) = 32.96%
BLUE value IS 242 (94.92% from 255) = 33.94%
R=33.10%
G=32.96%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362352420.020.0300.05248.5721.2193.53
HexECEBF22305f9155e
Octal354353362230537125136
Binary1110110011101011111100101011010111111001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBF2; }

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

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

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

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

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

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

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

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