Html Css Color HEX #EBBBEA French Lilac

📋 copy color: '#EBBBEA'

red 235 ◦ green 187 ◦ blue 234

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

Shades of French Lilac #EBBBEA

Tints of French Lilac #EBBBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.51%

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 35.82%
G = 28.51%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBBBEA (or 0xEBBBEA) is known color: French Lilac. HEX triplet: EB, BB and EA. RGB value is (235,187,234). Sum of RGB (Red+Green+Blue) = 235+187+234=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBEA is #144415. Grayscale: #CECECE. Windows color (decimal): -1328150 or 15383531. OLE color: 15383531.

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

Color convert

RGB 235 187 234 -
CMYK 0 0.20 0.00 0.08
HSL 301.25º 0.55% 0.83% -
HSV(B) 301.25º 0.2% 0.92% -
XYZ 66.88 59.14 85.73 -
YUV 206.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 235 187 234 0 0.20 0.00 0.08 301.25 0.55 0.83
Hex EB BB EA 0 14 0 8 12D 37 53
Octal 353 273 352 0 24 0 10 455 67 123
Binary 11101011 10111011 11101010 0 10100 0 1000 100101101 110111 1010011

Color Harmonies of #EBBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBEA

Black with #EBBBEA

Text Example


Text Example

White with #EBBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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