#ECC2E6

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

Shades of French Lilac #ECC2E6

Tints of French Lilac #ECC2E6

Color information

#ECC2E6 (or 0xECC2E6) is unknown color: approx French Lilac. HEX triplet: EC, C2 and E6. RGB value is (236,194,230). Sum of RGB (Red+Green+Blue) = 236+194+230=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2E6 is #133D19. Grayscale: #D2D2D2. Windows color (decimal): -1260826 or 15123180. OLE color: 15123180.

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

Color convert

RGB236194230-
CMYK00.180.030.07
HSL308.57º52.5%84.31%-
HSV(B)308.57º17.8%92.55%-
XYZ68.1762.1383.26-
YUV210.66138.91146.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.76%
GREEN value IS 194 (76.17% from 255) = 29.39%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=35.76%
G=29.39%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619423000.180.030.07308.5752.584.31
HexECC2E6012371353454
Octal3543023460223746564124
Binary111011001100001011100110010010111111001101011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2E6; }

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

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

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

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

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

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

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

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