Html Css Color HEX #EBABDC French Lilac

📋 copy color: '#EBABDC'

red 235 ◦ green 171 ◦ blue 220

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

Shades of French Lilac #EBABDC

Tints of French Lilac #EBABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.32%

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 37.54%
G = 27.32%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBABDC (or 0xEBABDC) is known color: French Lilac. HEX triplet: EB, AB and DC. RGB value is (235,171,220). Sum of RGB (Red+Green+Blue) = 235+171+220=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABDC is #145423. Grayscale: #C3C3C3. Windows color (decimal): -1332260 or 14461931. OLE color: 14461931.

HSL color Cylindrical-coordinate representation of color #EBABDC: hue angle of 314.06º degrees, saturation: 0.62, 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 #EBABDC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 171 220 -
CMYK 0 0.27 0.06 0.08
HSL 314.06º 0.62% 0.8% -
HSV(B) 314.06º 0.27% 0.92% -
XYZ 61.74 51.96 74.48 -
YUV 195.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 235 171 220 0 0.27 0.06 0.08 314.06 0.62 0.8
Hex EB AB DC 0 1B 6 8 13A 3E 50
Octal 353 253 334 0 33 6 10 472 76 120
Binary 11101011 10101011 11011100 0 11011 110 1000 100111010 111110 1010000

Color Harmonies of #EBABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABDC

Black with #EBABDC

Text Example


Text Example

White with #EBABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABDC; }

 p { color: rgb(235,171,220); }

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

background-color css

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

 a { background-color: rgb(235,171,220); }

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

border-color css

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

 span { border-color: rgb(235,171,220); }

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