#ECEBF1

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

Shades of Lavender #ECEBF1

Tints of Lavender #ECEBF1

Color information

#ECEBF1 (or 0xECEBF1) is unknown color: approx Lavender. HEX triplet: EC, EB and F1. RGB value is (236,235,241). Sum of RGB (Red+Green+Blue) = 236+235+241=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 235 (92.19% from 255 or 33.01% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBF1 is #13140E. Grayscale: #EBEBEB. Windows color (decimal): -1250319 or 15854572. OLE color: 15854572.

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

Color convert

RGB236235241-
CMYK0.020.0200.05
HSL250º17.65%93.33%-
HSV(B)250º2.49%94.51%-
XYZ80.1883.695.13-
YUV235.98130.83128.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 235 (92.19% from 255) = 33.01%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=33.15%
G=33.01%
B=33.85%

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
Decimal2362352410.020.0200.0525017.6593.33
HexECEBF12205fa125d
Octal354353361220537222135
Binary1110110011101011111100011010010111111010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBF1; }

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

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

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

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

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

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

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

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