Html Css Color HEX #EAABDF French Lilac

📋 copy color: '#EAABDF'

red 234 ◦ green 171 ◦ blue 223

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

Shades of French Lilac #EAABDF

Tints of French Lilac #EAABDF

RGB

 RED value IS 234 (91.8% from 255) = 37.26%

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

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

R = 37.26%
G = 27.23%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAABDF (or 0xEAABDF) is known color: French Lilac. HEX triplet: EA, AB and DF. RGB value is (234,171,223). Sum of RGB (Red+Green+Blue) = 234+171+223=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABDF is #155420. Grayscale: #C3C3C3. Windows color (decimal): -1397793 or 14658538. OLE color: 14658538.

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

Color convert

RGB 234 171 223 -
CMYK 0 0.27 0.05 0.08
HSL 310.48º 0.6% 0.79% -
HSV(B) 310.48º 0.27% 0.92% -
XYZ 61.81 51.95 76.58 -
YUV 195.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 234 171 223 0 0.27 0.05 0.08 310.48 0.6 0.79
Hex EA AB DF 0 1B 5 8 136 3C 4F
Octal 352 253 337 0 33 5 10 466 74 117
Binary 11101010 10101011 11011111 0 11011 101 1000 100110110 111100 1001111

Color Harmonies of #EAABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABDF

Black with #EAABDF

Text Example


Text Example

White with #EAABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABDF; }

 p { color: rgb(234,171,223); }

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

background-color css

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

 a { background-color: rgb(234,171,223); }

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

border-color css

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

 span { border-color: rgb(234,171,223); }

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