Html Css Color HEX #EBBAEA French Lilac

📋 copy color: '#EBBAEA'

red 235 ◦ green 186 ◦ blue 234

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

Shades of French Lilac #EBBAEA

Tints of French Lilac #EBBAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.4%

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

R = 35.88%
G = 28.4%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBBAEA (or 0xEBBAEA) is known color: French Lilac. HEX triplet: EB, BA and EA. RGB value is (235,186,234). Sum of RGB (Red+Green+Blue) = 235+186+234=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAEA is #144515. Grayscale: #CDCDCD. Windows color (decimal): -1328406 or 15383275. OLE color: 15383275.

HSL color Cylindrical-coordinate representation of color #EBBAEA: hue angle of 301.22º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAEA is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 234 -
CMYK 0 0.21 0.00 0.08
HSL 301.22º 0.55% 0.83% -
HSV(B) 301.22º 0.21% 0.92% -
XYZ 66.67 58.72 85.66 -
YUV 206.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 235 186 234 0 0.21 0.00 0.08 301.22 0.55 0.83
Hex EB BA EA 0 15 0 8 12D 37 53
Octal 353 272 352 0 25 0 10 455 67 123
Binary 11101011 10111010 11101010 0 10101 0 1000 100101101 110111 1010011

Color Harmonies of #EBBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAEA

Black with #EBBAEA

Text Example


Text Example

White with #EBBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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