#ECAFE2

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

Shades of French Lilac #ECAFE2

Tints of French Lilac #ECAFE2

Color information

#ECAFE2 (or 0xECAFE2) is unknown color: approx French Lilac. HEX triplet: EC, AF and E2. RGB value is (236,175,226). Sum of RGB (Red+Green+Blue) = 236+175+226=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFE2 is #13501D. Grayscale: #C6C6C6. Windows color (decimal): -1265694 or 14856172. OLE color: 14856172.

HSL color Cylindrical-coordinate representation of color #ECAFE2: hue angle of 309.84º 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 #ECAFE2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236175226-
CMYK00.260.040.07
HSL309.84º61.62%80.59%-
HSV(B)309.84º25.85%92.55%-
XYZ63.6553.9879.02-
YUV199.05143.21154.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=37.05%
G=27.47%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617522600.260.040.07309.8461.6280.59
HexECAFE201A471363e51
Octal3542573420324746676121
Binary1110110010101111111000100110101001111001101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFE2; }

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

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

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

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

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

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

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

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