Html Css Color HEX #EBBADB French Lilac

📋 copy color: '#EBBADB'

red 235 ◦ green 186 ◦ blue 219

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

Shades of French Lilac #EBBADB

Tints of French Lilac #EBBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.22%

R = 36.72%
G = 29.06%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBBADB (or 0xEBBADB) is known color: French Lilac. HEX triplet: EB, BA and DB. RGB value is (235,186,219). Sum of RGB (Red+Green+Blue) = 235+186+219=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBADB is #144524. Grayscale: #CCCCCC. Windows color (decimal): -1328421 or 14400235. OLE color: 14400235.

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

Color convert

RGB 235 186 219 -
CMYK 0 0.21 0.07 0.08
HSL 319.59º 0.55% 0.83% -
HSV(B) 319.59º 0.21% 0.92% -
XYZ 64.61 57.89 74.79 -
YUV 204.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 235 186 219 0 0.21 0.07 0.08 319.59 0.55 0.83
Hex EB BA DB 0 15 7 8 140 37 53
Octal 353 272 333 0 25 7 10 500 67 123
Binary 11101011 10111010 11011011 0 10101 111 1000 101000000 110111 1010011

Color Harmonies of #EBBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBADB

Black with #EBBADB

Text Example


Text Example

White with #EBBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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