Html Css Color HEX #E6AADC French Lilac

📋 copy color: '#E6AADC'

red 230 ◦ green 170 ◦ blue 220

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

Shades of French Lilac #E6AADC

Tints of French Lilac #E6AADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.42%

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

R = 37.1%
G = 27.42%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6AADC (or 0xE6AADC) is known color: French Lilac. HEX triplet: E6, AA and DC. RGB value is (230,170,220). Sum of RGB (Red+Green+Blue) = 230+170+220=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AADC is #195523. Grayscale: #C1C1C1. Windows color (decimal): -1660196 or 14461670. OLE color: 14461670.

HSL color Cylindrical-coordinate representation of color #E6AADC: hue angle of 310º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AADC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 220 -
CMYK 0 0.26 0.04 0.10
HSL 310º 0.55% 0.78% -
HSV(B) 310º 0.26% 0.9% -
XYZ 59.93 50.74 74.35 -
YUV 193.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 230 170 220 0 0.26 0.04 0.10 310 0.55 0.78
Hex E6 AA DC 0 1A 4 A 136 37 4E
Octal 346 252 334 0 32 4 12 466 67 116
Binary 11100110 10101010 11011100 0 11010 100 1010 100110110 110111 1001110

Color Harmonies of #E6AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AADC

Black with #E6AADC

Text Example


Text Example

White with #E6AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AADC; }

 p { color: rgb(230,170,220); }

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

background-color css

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

 a { background-color: rgb(230,170,220); }

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

border-color css

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

 span { border-color: rgb(230,170,220); }

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