Html Css Color HEX #EAC2DE French Lilac

📋 copy color: '#EAC2DE'

red 234 ◦ green 194 ◦ blue 222

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

Shades of French Lilac #EAC2DE

Tints of French Lilac #EAC2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.85%

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

R = 36%
G = 29.85%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAC2DE (or 0xEAC2DE) is known color: French Lilac. HEX triplet: EA, C2 and DE. RGB value is (234,194,222). Sum of RGB (Red+Green+Blue) = 234+194+222=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2DE is #153D21. Grayscale: #D1D1D1. Windows color (decimal): -1391906 or 14598890. OLE color: 14598890.

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

Color convert

RGB 234 194 222 -
CMYK 0 0.17 0.05 0.08
HSL 318º 0.49% 0.84% -
HSV(B) 318º 0.17% 0.92% -
XYZ 66.41 61.35 77.45 -
YUV 209.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 234 194 222 0 0.17 0.05 0.08 318 0.49 0.84
Hex EA C2 DE 0 11 5 8 13E 31 54
Octal 352 302 336 0 21 5 10 476 61 124
Binary 11101010 11000010 11011110 0 10001 101 1000 100111110 110001 1010100

Color Harmonies of #EAC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC2DE

Black with #EAC2DE

Text Example


Text Example

White with #EAC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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