Html Css Color HEX #E1A8CE French Lilac

📋 copy color: '#E1A8CE'

red 225 ◦ green 168 ◦ blue 206

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

Shades of French Lilac #E1A8CE

Tints of French Lilac #E1A8CE

RGB

 RED value IS 225 (88.28% from 255) = 37.56%

 GREEN value IS 168 (66.02% from 255) = 28.05%

 BLUE value IS 206 (80.86% from 255) = 34.39%

R = 37.56%
G = 28.05%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1A8CE (or 0xE1A8CE) is known color: French Lilac. HEX triplet: E1, A8 and CE. RGB value is (225,168,206). Sum of RGB (Red+Green+Blue) = 225+168+206=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8CE is #1E5731. Grayscale: #BDBDBD. Windows color (decimal): -1988402 or 13543649. OLE color: 13543649.

HSL color Cylindrical-coordinate representation of color #E1A8CE: hue angle of 320º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8CE is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 168 206 -
CMYK 0 0.25 0.08 0.12
HSL 320º 0.49% 0.77% -
HSV(B) 320º 0.25% 0.88% -
XYZ 56.19 48.47 64.79 -
YUV 189.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 225 168 206 0 0.25 0.08 0.12 320 0.49 0.77
Hex E1 A8 CE 0 19 8 C 140 31 4D
Octal 341 250 316 0 31 10 14 500 61 115
Binary 11100001 10101000 11001110 0 11001 1000 1100 101000000 110001 1001101

Color Harmonies of #E1A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A8CE

Black with #E1A8CE

Text Example


Text Example

White with #E1A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A8CE; }

 p { color: rgb(225,168,206); }

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

background-color css

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

 a { background-color: rgb(225,168,206); }

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

border-color css

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

 span { border-color: rgb(225,168,206); }

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