Html Css Color HEX #EBAADF French Lilac

📋 copy color: '#EBAADF'

red 235 ◦ green 170 ◦ blue 223

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

Shades of French Lilac #EBAADF

Tints of French Lilac #EBAADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.07%

 BLUE value IS 223 (87.5% from 255) = 35.51%

R = 37.42%
G = 27.07%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBAADF (or 0xEBAADF) is known color: French Lilac. HEX triplet: EB, AA and DF. RGB value is (235,170,223). Sum of RGB (Red+Green+Blue) = 235+170+223=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAADF is #145520. Grayscale: #C3C3C3. Windows color (decimal): -1332513 or 14658283. OLE color: 14658283.

HSL color Cylindrical-coordinate representation of color #EBAADF: hue angle of 311.08º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAADF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 223 -
CMYK 0 0.28 0.05 0.08
HSL 311.08º 0.62% 0.79% -
HSV(B) 311.08º 0.28% 0.92% -
XYZ 61.95 51.74 76.53 -
YUV 195.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 235 170 223 0 0.28 0.05 0.08 311.08 0.62 0.79
Hex EB AA DF 0 1C 5 8 137 3E 4F
Octal 353 252 337 0 34 5 10 467 76 117
Binary 11101011 10101010 11011111 0 11100 101 1000 100110111 111110 1001111

Color Harmonies of #EBAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAADF

Black with #EBAADF

Text Example


Text Example

White with #EBAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAADF; }

 p { color: rgb(235,170,223); }

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

background-color css

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

 a { background-color: rgb(235,170,223); }

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

border-color css

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

 span { border-color: rgb(235,170,223); }

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