#EBCCE4

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

Shades of French Lilac #EBCCE4

Tints of French Lilac #EBCCE4

Color information

#EBCCE4 (or 0xEBCCE4) is unknown color: approx French Lilac. HEX triplet: EB, CC and E4. RGB value is (235,204,228). Sum of RGB (Red+Green+Blue) = 235+204+228=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCE4 is #14331B. Grayscale: #D7D7D7. Windows color (decimal): -1323804 or 14994667. OLE color: 14994667.

HSL color Cylindrical-coordinate representation of color #EBCCE4: hue angle of 313.55º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCE4 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235204228-
CMYK00.130.030.08
HSL313.55º43.66%86.08%-
HSV(B)313.55º13.19%92.16%-
XYZ69.8666.4582.54-
YUV216134.77141.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=35.23%
G=30.58%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520422800.130.030.08313.5543.6686.08
HexEBCCE40D3813a2c56
Octal35331434401531047254126
Binary111010111100110011100100011011110001001110101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCE4; }

 p { color: rgb(235,204,228); }

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

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

 a { background-color: rgb(235,204,228); }

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

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

 span { border-color: rgb(235,204,228); }

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