#ECAFDB

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

Shades of French Lilac #ECAFDB

Tints of French Lilac #ECAFDB

Color information

#ECAFDB (or 0xECAFDB) is unknown color: approx French Lilac. HEX triplet: EC, AF and DB. RGB value is (236,175,219). Sum of RGB (Red+Green+Blue) = 236+175+219=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFDB is #135024. Grayscale: #C6C6C6. Windows color (decimal): -1265701 or 14397420. OLE color: 14397420.

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

Color convert

RGB236175219-
CMYK00.260.070.07
HSL316.72º61.62%80.59%-
HSV(B)316.72º25.85%92.55%-
XYZ62.7153.6174.06-
YUV198.26139.71154.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=37.46%
G=27.78%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617521900.260.070.07316.7261.6280.59
HexECAFDB01A7713d3e51
Octal3542573330327747576121
Binary1110110010101111110110110110101111111001111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFDB; }

 p { color: rgb(236,175,219); }

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

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

 a { background-color: rgb(236,175,219); }

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

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

 span { border-color: rgb(236,175,219); }

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