Html Css Color HEX #EBB5EC French Lilac

📋 copy color: '#EBB5EC'

red 235 ◦ green 181 ◦ blue 236

#EBB5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #EBB5EC

Tints of French Lilac #EBB5EC

RGB

 RED value IS 235 (92.19% from 255) = 36.04%

 GREEN value IS 181 (71.09% from 255) = 27.76%

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 36.04%
G = 27.76%
B = 36.2%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBB5EC (or 0xEBB5EC) is known color: French Lilac. HEX triplet: EB, B5 and EC. RGB value is (235,181,236). Sum of RGB (Red+Green+Blue) = 235+181+236=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5EC is #144A13. Grayscale: #CBCBCB. Windows color (decimal): -1329684 or 15513067. OLE color: 15513067.

HSL color Cylindrical-coordinate representation of color #EBB5EC: hue angle of 298.91º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5EC is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 181 236 -
CMYK 0.00 0.23 0 0.07
HSL 298.91º 0.59% 0.82% -
HSV(B) 298.91º 0.23% 0.93% -
XYZ 65.93 56.77 86.84 -
YUV 203.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 235 181 236 0.00 0.23 0 0.07 298.91 0.59 0.82
Hex EB B5 EC 0 17 0 7 12B 3B 52
Octal 353 265 354 0 27 0 7 453 73 122
Binary 11101011 10110101 11101100 0 10111 0 111 100101011 111011 1010010

Color Harmonies of #EBB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB5EC

Black with #EBB5EC

Text Example


Text Example

White with #EBB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB5EC; }

 p { color: rgb(235,181,236); }

 H1.HeaderClassName
 {
   color: #EBB5EC;
 }
 .AnyTagClassName
 {
   color: #EBB5EC;
 }
</style>

background-color css

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

 a { background-color: rgb(235,181,236); }

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

border-color css

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

 span { border-color: rgb(235,181,236); }

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