#EBBDDF

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

Shades of French Lilac #EBBDDF

Tints of French Lilac #EBBDDF

Color information

#EBBDDF (or 0xEBBDDF) is unknown color: approx French Lilac. HEX triplet: EB, BD and DF. RGB value is (235,189,223). Sum of RGB (Red+Green+Blue) = 235+189+223=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDDF is #144220. Grayscale: #CECECE. Windows color (decimal): -1327649 or 14663147. OLE color: 14663147.

HSL color Cylindrical-coordinate representation of color #EBBDDF: hue angle of 315.65º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDDF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235189223-
CMYK00.200.050.08
HSL315.65º53.49%83.14%-
HSV(B)315.65º19.57%92.16%-
XYZ65.7859.3977.81-
YUV206.63137.24148.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=36.32%
G=29.21%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518922300.200.050.08315.6553.4983.14
HexEBBDDF0145813c3553
Octal35327533702451047465123
Binary11101011101111011101111101010010110001001111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDDF; }

 p { color: rgb(235,189,223); }

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

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

 a { background-color: rgb(235,189,223); }

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

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

 span { border-color: rgb(235,189,223); }

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