Html Css Color HEX #EBADD9 French Lilac

📋 copy color: '#EBADD9'

red 235 ◦ green 173 ◦ blue 217

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

Shades of French Lilac #EBADD9

Tints of French Lilac #EBADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.68%

 BLUE value IS 217 (85.16% from 255) = 34.72%

R = 37.6%
G = 27.68%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBADD9 (or 0xEBADD9) is known color: French Lilac. HEX triplet: EB, AD and D9. RGB value is (235,173,217). Sum of RGB (Red+Green+Blue) = 235+173+217=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD9 is #145226. Grayscale: #C4C4C4. Windows color (decimal): -1331751 or 14265835. OLE color: 14265835.

HSL color Cylindrical-coordinate representation of color #EBADD9: hue angle of 317.42º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADD9 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 217 -
CMYK 0 0.26 0.08 0.08
HSL 317.42º 0.61% 0.8% -
HSV(B) 317.42º 0.26% 0.92% -
XYZ 61.73 52.56 72.54 -
YUV 196.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 235 173 217 0 0.26 0.08 0.08 317.42 0.61 0.8
Hex EB AD D9 0 1A 8 8 13D 3D 50
Octal 353 255 331 0 32 10 10 475 75 120
Binary 11101011 10101101 11011001 0 11010 1000 1000 100111101 111101 1010000

Color Harmonies of #EBADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADD9

Black with #EBADD9

Text Example


Text Example

White with #EBADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADD9; }

 p { color: rgb(235,173,217); }

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

background-color css

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

 a { background-color: rgb(235,173,217); }

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

border-color css

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

 span { border-color: rgb(235,173,217); }

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