#ECBCE1

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

Shades of French Lilac #ECBCE1

Tints of French Lilac #ECBCE1

Color information

#ECBCE1 (or 0xECBCE1) is unknown color: approx French Lilac. HEX triplet: EC, BC and E1. RGB value is (236,188,225). Sum of RGB (Red+Green+Blue) = 236+188+225=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCE1 is #13431E. Grayscale: #CECECE. Windows color (decimal): -1262367 or 14793964. OLE color: 14793964.

HSL color Cylindrical-coordinate representation of color #ECBCE1: hue angle of 313.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCE1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB236188225-
CMYK00.200.050.07
HSL313.75º55.81%83.14%-
HSV(B)313.75º20.34%92.55%-
XYZ66.1759.2479.18-
YUV206.57138.4148.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=36.36%
G=28.97%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618822500.200.050.07313.7555.8183.14
HexECBCE10145713a3853
Octal3542743410245747270123
Binary1110110010111100111000010101001011111001110101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCE1; }

 p { color: rgb(236,188,225); }

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

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

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

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

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

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

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