Html Css Color HEX #EBB0DB French Lilac

📋 copy color: '#EBB0DB'

red 235 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #EBB0DB

Tints of French Lilac #EBB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.94%

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

R = 37.3%
G = 27.94%
B = 34.76%

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

#EBB0DB (or 0xEBB0DB) is known color: French Lilac. HEX triplet: EB, B0 and DB. RGB value is (235,176,219). Sum of RGB (Red+Green+Blue) = 235+176+219=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0DB is #144F24. Grayscale: #C6C6C6. Windows color (decimal): -1330981 or 14397675. OLE color: 14397675.

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

Color convert

RGB 235 176 219 -
CMYK 0 0.25 0.07 0.08
HSL 316.27º 0.6% 0.81% -
HSV(B) 316.27º 0.25% 0.92% -
XYZ 62.57 53.83 74.11 -
YUV 198.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 235 176 219 0 0.25 0.07 0.08 316.27 0.6 0.81
Hex EB B0 DB 0 19 7 8 13C 3C 51
Octal 353 260 333 0 31 7 10 474 74 121
Binary 11101011 10110000 11011011 0 11001 111 1000 100111100 111100 1010001

Color Harmonies of #EBB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0DB

Black with #EBB0DB

Text Example


Text Example

White with #EBB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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