#ECC0E4

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

Shades of French Lilac #ECC0E4

Tints of French Lilac #ECC0E4

Color information

#ECC0E4 (or 0xECC0E4) is unknown color: approx French Lilac. HEX triplet: EC, C0 and E4. RGB value is (236,192,228). Sum of RGB (Red+Green+Blue) = 236+192+228=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0E4 is #133F1B. Grayscale: #D1D1D1. Windows color (decimal): -1261340 or 14991596. OLE color: 14991596.

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

Color convert

RGB236192228-
CMYK00.190.030.07
HSL310.91º53.66%83.92%-
HSV(B)310.91º18.64%92.55%-
XYZ67.4561.1381.64-
YUV209.26138.58147.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 192 (75.39% from 255) = 29.27%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=35.98%
G=29.27%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619222800.190.030.07310.9153.6683.92
HexECC0E4013371373654
Octal3543003440233746766124
Binary111011001100000011100100010011111111001101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0E4; }

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

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

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

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

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

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

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

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