#ECC0DE

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

Shades of French Lilac #ECC0DE

Tints of French Lilac #ECC0DE

Color information

#ECC0DE (or 0xECC0DE) is unknown color: approx French Lilac. HEX triplet: EC, C0 and DE. RGB value is (236,192,222). Sum of RGB (Red+Green+Blue) = 236+192+222=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0DE is #133F21. Grayscale: #D0D0D0. Windows color (decimal): -1261346 or 14598380. OLE color: 14598380.

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

Color convert

RGB236192222-
CMYK00.190.060.07
HSL319.09º53.66%83.92%-
HSV(B)319.09º18.64%92.55%-
XYZ66.6360.8177.33-
YUV208.58135.58147.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=36.31%
G=29.54%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619222200.190.060.07319.0953.6683.92
HexECC0DE0136713f3654
Octal3543003360236747766124
Binary1110110011000000110111100100111101111001111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0DE; }

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

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

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

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

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

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

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

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