#ECBAE6

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

Shades of French Lilac #ECBAE6

Tints of French Lilac #ECBAE6

Color information

#ECBAE6 (or 0xECBAE6) is unknown color: approx French Lilac. HEX triplet: EC, BA and E6. RGB value is (236,186,230). Sum of RGB (Red+Green+Blue) = 236+186+230=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAE6 is #134519. Grayscale: #CDCDCD. Windows color (decimal): -1262874 or 15121132. OLE color: 15121132.

HSL color Cylindrical-coordinate representation of color #ECBAE6: hue angle of 307.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBAE6 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236186230-
CMYK00.210.030.07
HSL307.2º56.82%82.75%-
HSV(B)307.2º21.19%92.55%-
XYZ66.4358.6682.68-
YUV205.97141.56149.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 186 (73.05% from 255) = 28.53%
BLUE value IS 230 (90.23% from 255) = 35.28%
R=36.20%
G=28.53%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618623000.210.030.07307.256.8282.75
HexECBAE6015371333953
Octal3542723460253746371123
Binary111011001011101011100110010101111111001100111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAE6; }

 p { color: rgb(236,186,230); }

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

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

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

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

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

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

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