#ECBDE6

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

Shades of French Lilac #ECBDE6

Tints of French Lilac #ECBDE6

Color information

#ECBDE6 (or 0xECBDE6) is unknown color: approx French Lilac. HEX triplet: EC, BD and E6. RGB value is (236,189,230). Sum of RGB (Red+Green+Blue) = 236+189+230=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDE6 is #134219. Grayscale: #CFCFCF. Windows color (decimal): -1262106 or 15121900. OLE color: 15121900.

HSL color Cylindrical-coordinate representation of color #ECBDE6: hue angle of 307.66º degrees, saturation: 0.55, 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 #ECBDE6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236189230-
CMYK00.200.030.07
HSL307.66º55.29%83.33%-
HSV(B)307.66º19.92%92.55%-
XYZ67.0759.9482.9-
YUV207.73140.57148.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=36.03%
G=28.85%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618923000.200.030.07307.6655.2983.33
HexECBDE6014371343753
Octal3542753460243746467123
Binary111011001011110111100110010100111111001101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDE6; }

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

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

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

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

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

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

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

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