Html Css Color HEX #E6AADF French Lilac

📋 copy color: '#E6AADF'

red 230 ◦ green 170 ◦ blue 223

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

Shades of French Lilac #E6AADF

Tints of French Lilac #E6AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 36.92%
G = 27.29%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6AADF (or 0xE6AADF) is known color: French Lilac. HEX triplet: E6, AA and DF. RGB value is (230,170,223). Sum of RGB (Red+Green+Blue) = 230+170+223=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AADF is #195520. Grayscale: #C1C1C1. Windows color (decimal): -1660193 or 14658278. OLE color: 14658278.

HSL color Cylindrical-coordinate representation of color #E6AADF: hue angle of 307º 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 #E6AADF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 223 -
CMYK 0 0.26 0.03 0.10
HSL 307º 0.55% 0.78% -
HSV(B) 307º 0.26% 0.9% -
XYZ 60.33 50.9 76.46 -
YUV 193.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 230 170 223 0 0.26 0.03 0.10 307 0.55 0.78
Hex E6 AA DF 0 1A 3 A 133 37 4E
Octal 346 252 337 0 32 3 12 463 67 116
Binary 11100110 10101010 11011111 0 11010 11 1010 100110011 110111 1001110

Color Harmonies of #E6AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AADF

Black with #E6AADF

Text Example


Text Example

White with #E6AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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