Html Css Color HEX #EBACD8 French Lilac

📋 copy color: '#EBACD8'

red 235 ◦ green 172 ◦ blue 216

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

Shades of French Lilac #EBACD8

Tints of French Lilac #EBACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.61%

 BLUE value IS 216 (84.77% from 255) = 34.67%

R = 37.72%
G = 27.61%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBACD8 (or 0xEBACD8) is known color: French Lilac. HEX triplet: EB, AC and D8. RGB value is (235,172,216). Sum of RGB (Red+Green+Blue) = 235+172+216=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD8 is #145327. Grayscale: #C3C3C3. Windows color (decimal): -1332008 or 14200043. OLE color: 14200043.

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

Color convert

RGB 235 172 216 -
CMYK 0 0.27 0.08 0.08
HSL 318.1º 0.61% 0.8% -
HSV(B) 318.1º 0.27% 0.92% -
XYZ 61.41 52.13 71.79 -
YUV 195.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 235 172 216 0 0.27 0.08 0.08 318.1 0.61 0.8
Hex EB AC D8 0 1B 8 8 13E 3D 50
Octal 353 254 330 0 33 10 10 476 75 120
Binary 11101011 10101100 11011000 0 11011 1000 1000 100111110 111101 1010000

Color Harmonies of #EBACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACD8

Black with #EBACD8

Text Example


Text Example

White with #EBACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACD8; }

 p { color: rgb(235,172,216); }

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

background-color css

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

 a { background-color: rgb(235,172,216); }

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

border-color css

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

 span { border-color: rgb(235,172,216); }

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