Html Css Color HEX #EBB1DB French Lilac

📋 copy color: '#EBB1DB'

red 235 ◦ green 177 ◦ blue 219

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

Shades of French Lilac #EBB1DB

Tints of French Lilac #EBB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.05%

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

R = 37.24%
G = 28.05%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBB1DB (or 0xEBB1DB) is known color: French Lilac. HEX triplet: EB, B1 and DB. RGB value is (235,177,219). Sum of RGB (Red+Green+Blue) = 235+177+219=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1DB is #144E24. Grayscale: #C7C7C7. Windows color (decimal): -1330725 or 14397931. OLE color: 14397931.

HSL color Cylindrical-coordinate representation of color #EBB1DB: hue angle of 316.55º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1DB is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 177 219 -
CMYK 0 0.25 0.07 0.08
HSL 316.55º 0.59% 0.81% -
HSV(B) 316.55º 0.25% 0.92% -
XYZ 62.77 54.22 74.18 -
YUV 199.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 235 177 219 0 0.25 0.07 0.08 316.55 0.59 0.81
Hex EB B1 DB 0 19 7 8 13D 3B 51
Octal 353 261 333 0 31 7 10 475 73 121
Binary 11101011 10110001 11011011 0 11001 111 1000 100111101 111011 1010001

Color Harmonies of #EBB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1DB

Black with #EBB1DB

Text Example


Text Example

White with #EBB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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