Html Css Color HEX #EAC4DF French Lilac

📋 copy color: '#EAC4DF'

red 234 ◦ green 196 ◦ blue 223

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

Shades of French Lilac #EAC4DF

Tints of French Lilac #EAC4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.02%

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

R = 35.83%
G = 30.02%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAC4DF (or 0xEAC4DF) is known color: French Lilac. HEX triplet: EA, C4 and DF. RGB value is (234,196,223). Sum of RGB (Red+Green+Blue) = 234+196+223=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4DF is #153B20. Grayscale: #D2D2D2. Windows color (decimal): -1391393 or 14664938. OLE color: 14664938.

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

Color convert

RGB 234 196 223 -
CMYK 0 0.16 0.05 0.08
HSL 317.37º 0.48% 0.84% -
HSV(B) 317.37º 0.16% 0.92% -
XYZ 66.99 62.3 78.31 -
YUV 210.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 234 196 223 0 0.16 0.05 0.08 317.37 0.48 0.84
Hex EA C4 DF 0 10 5 8 13D 30 54
Octal 352 304 337 0 20 5 10 475 60 124
Binary 11101010 11000100 11011111 0 10000 101 1000 100111101 110000 1010100

Color Harmonies of #EAC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4DF

Black with #EAC4DF

Text Example


Text Example

White with #EAC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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