Html Css Color HEX #EAC3E7 French Lilac

📋 copy color: '#EAC3E7'

red 234 ◦ green 195 ◦ blue 231

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

Shades of French Lilac #EAC3E7

Tints of French Lilac #EAC3E7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.55%

 BLUE value IS 231 (90.63% from 255) = 35%

R = 35.45%
G = 29.55%
B = 35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAC3E7 (or 0xEAC3E7) is known color: French Lilac. HEX triplet: EA, C3 and E7. RGB value is (234,195,231). Sum of RGB (Red+Green+Blue) = 234+195+231=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3E7 is #153C18. Grayscale: #D2D2D2. Windows color (decimal): -1391641 or 15188970. OLE color: 15188970.

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

Color convert

RGB 234 195 231 -
CMYK 0 0.17 0.01 0.08
HSL 304.62º 0.48% 0.84% -
HSV(B) 304.62º 0.17% 0.92% -
XYZ 67.87 62.29 84.05 -
YUV 210.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 234 195 231 0 0.17 0.01 0.08 304.62 0.48 0.84
Hex EA C3 E7 0 11 1 8 131 30 54
Octal 352 303 347 0 21 1 10 461 60 124
Binary 11101010 11000011 11100111 0 10001 1 1000 100110001 110000 1010100

Color Harmonies of #EAC3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC3E7

Black with #EAC3E7

Text Example


Text Example

White with #EAC3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC3E7; }

 p { color: rgb(234,195,231); }

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

background-color css

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

 a { background-color: rgb(234,195,231); }

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

border-color css

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

 span { border-color: rgb(234,195,231); }

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