#ECCAE4

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

Shades of French Lilac #ECCAE4

Tints of French Lilac #ECCAE4

Color information

#ECCAE4 (or 0xECCAE4) is unknown color: approx French Lilac. HEX triplet: EC, CA and E4. RGB value is (236,202,228). Sum of RGB (Red+Green+Blue) = 236+202+228=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAE4 is #13351B. Grayscale: #D7D7D7. Windows color (decimal): -1258780 or 14994156. OLE color: 14994156.

HSL color Cylindrical-coordinate representation of color #ECCAE4: hue angle of 314.12º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAE4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236202228-
CMYK00.140.030.07
HSL314.12º47.22%85.88%-
HSV(B)314.12º14.41%92.55%-
XYZ69.7265.6882.4-
YUV215.13135.26142.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=35.44%
G=30.33%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620222800.140.030.07314.1247.2285.88
HexECCAE40E3713a2f56
Octal3543123440163747257126
Binary11101100110010101110010001110111111001110101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAE4; }

 p { color: rgb(236,202,228); }

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

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

 a { background-color: rgb(236,202,228); }

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

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

 span { border-color: rgb(236,202,228); }

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