#EBBBDC

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

Shades of French Lilac #EBBBDC

Tints of French Lilac #EBBBDC

Color information

#EBBBDC (or 0xEBBBDC) is unknown color: approx French Lilac. HEX triplet: EB, BB and DC. RGB value is (235,187,220). Sum of RGB (Red+Green+Blue) = 235+187+220=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBDC is #144423. Grayscale: #CDCDCD. Windows color (decimal): -1328164 or 14466027. OLE color: 14466027.

HSL color Cylindrical-coordinate representation of color #EBBBDC: hue angle of 318.75º degrees, saturation: 0.55, 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 #EBBBDC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235187220-
CMYK00.200.060.08
HSL318.75º54.55%82.75%-
HSV(B)318.75º20.43%92.16%-
XYZ64.9558.3775.55-
YUV205.11136.4149.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=36.60%
G=29.13%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518722000.200.060.08318.7554.5582.75
HexEBBBDC0146813f3753
Octal35327333402461047767123
Binary11101011101110111101110001010011010001001111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBDC; }

 p { color: rgb(235,187,220); }

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

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

 a { background-color: rgb(235,187,220); }

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

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

 span { border-color: rgb(235,187,220); }

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