Html Css Color HEX #E6ACD8 French Lilac

📋 copy color: '#E6ACD8'

red 230 ◦ green 172 ◦ blue 216

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

Shades of French Lilac #E6ACD8

Tints of French Lilac #E6ACD8

RGB

 RED value IS 230 (90.23% from 255) = 37.22%

 GREEN value IS 172 (67.58% from 255) = 27.83%

 BLUE value IS 216 (84.77% from 255) = 34.95%

R = 37.22%
G = 27.83%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E6ACD8 (or 0xE6ACD8) is known color: French Lilac. HEX triplet: E6, AC and D8. RGB value is (230,172,216). Sum of RGB (Red+Green+Blue) = 230+172+216=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACD8 is #195327. Grayscale: #C2C2C2. Windows color (decimal): -1659688 or 14200038. OLE color: 14200038.

HSL color Cylindrical-coordinate representation of color #E6ACD8: hue angle of 314.48º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ACD8 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 172 216 -
CMYK 0 0.25 0.06 0.10
HSL 314.48º 0.54% 0.79% -
HSV(B) 314.48º 0.25% 0.9% -
XYZ 59.78 51.29 71.71 -
YUV 194.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 230 172 216 0 0.25 0.06 0.10 314.48 0.54 0.79
Hex E6 AC D8 0 19 6 A 13A 36 4F
Octal 346 254 330 0 31 6 12 472 66 117
Binary 11100110 10101100 11011000 0 11001 110 1010 100111010 110110 1001111

Color Harmonies of #E6ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACD8

Black with #E6ACD8

Text Example


Text Example

White with #E6ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACD8; }

 p { color: rgb(230,172,216); }

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

background-color css

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

 a { background-color: rgb(230,172,216); }

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

border-color css

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

 span { border-color: rgb(230,172,216); }

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