Html Css Color HEX #EAC0DE French Lilac

📋 copy color: '#EAC0DE'

red 234 ◦ green 192 ◦ blue 222

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

Shades of French Lilac #EAC0DE

Tints of French Lilac #EAC0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.26%

R = 36.11%
G = 29.63%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAC0DE (or 0xEAC0DE) is known color: French Lilac. HEX triplet: EA, C0 and DE. RGB value is (234,192,222). Sum of RGB (Red+Green+Blue) = 234+192+222=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DE is #153F21. Grayscale: #CFCFCF. Windows color (decimal): -1392418 or 14598378. OLE color: 14598378.

HSL color Cylindrical-coordinate representation of color #EAC0DE: hue angle of 317.14º 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 #EAC0DE is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 222 -
CMYK 0 0.18 0.05 0.08
HSL 317.14º 0.5% 0.84% -
HSV(B) 317.14º 0.18% 0.92% -
XYZ 65.97 60.47 77.3 -
YUV 207.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 234 192 222 0 0.18 0.05 0.08 317.14 0.5 0.84
Hex EA C0 DE 0 12 5 8 13D 32 54
Octal 352 300 336 0 22 5 10 475 62 124
Binary 11101010 11000000 11011110 0 10010 101 1000 100111101 110010 1010100

Color Harmonies of #EAC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0DE

Black with #EAC0DE

Text Example


Text Example

White with #EAC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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