#ECB4DA

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

Shades of French Lilac #ECB4DA

Tints of French Lilac #ECB4DA

Color information

#ECB4DA (or 0xECB4DA) is unknown color: approx French Lilac. HEX triplet: EC, B4 and DA. RGB value is (236,180,218). Sum of RGB (Red+Green+Blue) = 236+180+218=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4DA is #134B25. Grayscale: #C8C8C8. Windows color (decimal): -1264422 or 14333164. OLE color: 14333164.

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

Color convert

RGB236180218-
CMYK00.240.080.07
HSL319.29º59.57%81.57%-
HSV(B)319.29º23.73%92.55%-
XYZ63.5755.5473.7-
YUV201.08137.55152.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 180 (70.70% from 255) = 28.39%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=37.22%
G=28.39%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618021800.240.080.07319.2959.5781.57
HexECB4DA0188713f3c52
Octal35426433203010747774122
Binary11101100101101001101101001100010001111001111111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4DA; }

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

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

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

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

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

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

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

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