#ECC2E7

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

Shades of French Lilac #ECC2E7

Tints of French Lilac #ECC2E7

Color information

#ECC2E7 (or 0xECC2E7) is unknown color: approx French Lilac. HEX triplet: EC, C2 and E7. RGB value is (236,194,231). Sum of RGB (Red+Green+Blue) = 236+194+231=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2E7 is #133D18. Grayscale: #D2D2D2. Windows color (decimal): -1260825 or 15188716. OLE color: 15188716.

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

Color convert

RGB236194231-
CMYK00.180.020.07
HSL307.14º52.5%84.31%-
HSV(B)307.14º17.8%92.55%-
XYZ68.3162.1984-
YUV210.78139.41145.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 194 (76.17% from 255) = 29.35%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=35.70%
G=29.35%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619423100.180.020.07307.1452.584.31
HexECC2E7012271333454
Octal3543023470222746364124
Binary111011001100001011100111010010101111001100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2E7; }

 p { color: rgb(236,194,231); }

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

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

 a { background-color: rgb(236,194,231); }

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

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

 span { border-color: rgb(236,194,231); }

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