Html Css Color HEX #EAC9E3 French Lilac

📋 copy color: '#EAC9E3'

red 234 ◦ green 201 ◦ blue 227

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

Shades of French Lilac #EAC9E3

Tints of French Lilac #EAC9E3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.36%

 BLUE value IS 227 (89.06% from 255) = 34.29%

R = 35.35%
G = 30.36%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAC9E3 (or 0xEAC9E3) is known color: French Lilac. HEX triplet: EA, C9 and E3. RGB value is (234,201,227). Sum of RGB (Red+Green+Blue) = 234+201+227=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9E3 is #15361C. Grayscale: #D5D5D5. Windows color (decimal): -1390109 or 14928362. OLE color: 14928362.

HSL color Cylindrical-coordinate representation of color #EAC9E3: hue angle of 312.73º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9E3 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 227 -
CMYK 0 0.14 0.03 0.08
HSL 312.73º 0.44% 0.85% -
HSV(B) 312.73º 0.14% 0.92% -
XYZ 68.68 64.81 81.56 -
YUV 213.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 234 201 227 0 0.14 0.03 0.08 312.73 0.44 0.85
Hex EA C9 E3 0 E 3 8 139 2C 55
Octal 352 311 343 0 16 3 10 471 54 125
Binary 11101010 11001001 11100011 0 1110 11 1000 100111001 101100 1010101

Color Harmonies of #EAC9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9E3

Black with #EAC9E3

Text Example


Text Example

White with #EAC9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9E3; }

 p { color: rgb(234,201,227); }

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

background-color css

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

 a { background-color: rgb(234,201,227); }

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

border-color css

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

 span { border-color: rgb(234,201,227); }

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