Html Css Color HEX #EAC0DC French Lilac

📋 copy color: '#EAC0DC'

red 234 ◦ green 192 ◦ blue 220

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

Shades of French Lilac #EAC0DC

Tints of French Lilac #EAC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.72%

 BLUE value IS 220 (86.33% from 255) = 34.06%

R = 36.22%
G = 29.72%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAC0DC (or 0xEAC0DC) is known color: French Lilac. HEX triplet: EA, C0 and DC. RGB value is (234,192,220). Sum of RGB (Red+Green+Blue) = 234+192+220=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DC is #153F23. Grayscale: #CFCFCF. Windows color (decimal): -1392420 or 14467306. OLE color: 14467306.

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

Color convert

RGB 234 192 220 -
CMYK 0 0.18 0.06 0.08
HSL 320º 0.5% 0.84% -
HSV(B) 320º 0.18% 0.92% -
XYZ 65.7 60.36 75.9 -
YUV 207.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 234 192 220 0 0.18 0.06 0.08 320 0.5 0.84
Hex EA C0 DC 0 12 6 8 140 32 54
Octal 352 300 334 0 22 6 10 500 62 124
Binary 11101010 11000000 11011100 0 10010 110 1000 101000000 110010 1010100

Color Harmonies of #EAC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0DC

Black with #EAC0DC

Text Example


Text Example

White with #EAC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0DC; }

 p { color: rgb(234,192,220); }

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

background-color css

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

 a { background-color: rgb(234,192,220); }

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

border-color css

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

 span { border-color: rgb(234,192,220); }

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