#ECB2DA

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

Shades of French Lilac #ECB2DA

Tints of French Lilac #ECB2DA

Color information

#ECB2DA (or 0xECB2DA) is unknown color: approx French Lilac. HEX triplet: EC, B2 and DA. RGB value is (236,178,218). Sum of RGB (Red+Green+Blue) = 236+178+218=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2DA is #134D25. Grayscale: #C7C7C7. Windows color (decimal): -1264934 or 14332652. OLE color: 14332652.

HSL color Cylindrical-coordinate representation of color #ECB2DA: hue angle of 318.62º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2DA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236178218-
CMYK00.250.080.07
HSL318.62º60.42%81.18%-
HSV(B)318.62º24.58%92.55%-
XYZ63.1754.7473.57-
YUV199.9138.22153.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 178 (69.92% from 255) = 28.16%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=37.34%
G=28.16%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617821800.250.080.07318.6260.4281.18
HexECB2DA0198713f3c51
Octal35426233203110747774121
Binary11101100101100101101101001100110001111001111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2DA; }

 p { color: rgb(236,178,218); }

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

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

 a { background-color: rgb(236,178,218); }

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

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

 span { border-color: rgb(236,178,218); }

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