Html Css Color HEX #EBB9DB French Lilac

📋 copy color: '#EBB9DB'

red 235 ◦ green 185 ◦ blue 219

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

Shades of French Lilac #EBB9DB

Tints of French Lilac #EBB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.95%

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

R = 36.78%
G = 28.95%
B = 34.27%

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

#EBB9DB (or 0xEBB9DB) is known color: French Lilac. HEX triplet: EB, B9 and DB. RGB value is (235,185,219). Sum of RGB (Red+Green+Blue) = 235+185+219=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9DB is #144624. Grayscale: #CBCBCB. Windows color (decimal): -1328677 or 14399979. OLE color: 14399979.

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

Color convert

RGB 235 185 219 -
CMYK 0 0.21 0.07 0.08
HSL 319.2º 0.56% 0.82% -
HSV(B) 319.2º 0.21% 0.92% -
XYZ 64.4 57.47 74.72 -
YUV 203.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 235 185 219 0 0.21 0.07 0.08 319.2 0.56 0.82
Hex EB B9 DB 0 15 7 8 13F 38 52
Octal 353 271 333 0 25 7 10 477 70 122
Binary 11101011 10111001 11011011 0 10101 111 1000 100111111 111000 1010010

Color Harmonies of #EBB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9DB

Black with #EBB9DB

Text Example


Text Example

White with #EBB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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