#EBCBE4

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

Shades of French Lilac #EBCBE4

Tints of French Lilac #EBCBE4

Color information

#EBCBE4 (or 0xEBCBE4) is unknown color: approx French Lilac. HEX triplet: EB, CB and E4. RGB value is (235,203,228). Sum of RGB (Red+Green+Blue) = 235+203+228=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBE4 is #14341B. Grayscale: #D7D7D7. Windows color (decimal): -1324060 or 14994411. OLE color: 14994411.

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

Color convert

RGB235203228-
CMYK00.140.030.08
HSL313.12º44.44%85.88%-
HSV(B)313.12º13.62%92.16%-
XYZ69.6265.9882.46-
YUV215.42135.1141.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=35.29%
G=30.48%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520322800.140.030.08313.1244.4485.88
HexEBCBE40E381392c56
Octal35331334401631047154126
Binary111010111100101111100100011101110001001110011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBE4; }

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

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

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

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

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

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

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

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