Html Css Color HEX #EBBBDB French Lilac

📋 copy color: '#EBBBDB'

red 235 ◦ green 187 ◦ blue 219

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

Shades of French Lilac #EBBBDB

Tints of French Lilac #EBBBDB

RGB

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

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

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

R = 36.66%
G = 29.17%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBBBDB (or 0xEBBBDB) is known color: French Lilac. HEX triplet: EB, BB and DB. RGB value is (235,187,219). Sum of RGB (Red+Green+Blue) = 235+187+219=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBDB is #144424. Grayscale: #CCCCCC. Windows color (decimal): -1328165 or 14400491. OLE color: 14400491.

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

Color convert

RGB 235 187 219 -
CMYK 0 0.20 0.07 0.08
HSL 320º 0.55% 0.83% -
HSV(B) 320º 0.2% 0.92% -
XYZ 64.82 58.32 74.86 -
YUV 205 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 235 187 219 0 0.20 0.07 0.08 320 0.55 0.83
Hex EB BB DB 0 14 7 8 140 37 53
Octal 353 273 333 0 24 7 10 500 67 123
Binary 11101011 10111011 11011011 0 10100 111 1000 101000000 110111 1010011

Color Harmonies of #EBBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBDB

Black with #EBBBDB

Text Example


Text Example

White with #EBBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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