Html Css Color HEX #E6AADB French Lilac

📋 copy color: '#E6AADB'

red 230 ◦ green 170 ◦ blue 219

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

Shades of French Lilac #E6AADB

Tints of French Lilac #E6AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.38%

R = 37.16%
G = 27.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6AADB (or 0xE6AADB) is known color: French Lilac. HEX triplet: E6, AA and DB. RGB value is (230,170,219). Sum of RGB (Red+Green+Blue) = 230+170+219=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AADB is #195524. Grayscale: #C1C1C1. Windows color (decimal): -1660197 or 14396134. OLE color: 14396134.

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

Color convert

RGB 230 170 219 -
CMYK 0 0.26 0.05 0.10
HSL 311º 0.55% 0.78% -
HSV(B) 311º 0.26% 0.9% -
XYZ 59.79 50.69 73.65 -
YUV 193.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 230 170 219 0 0.26 0.05 0.10 311 0.55 0.78
Hex E6 AA DB 0 1A 5 A 137 37 4E
Octal 346 252 333 0 32 5 12 467 67 116
Binary 11100110 10101010 11011011 0 11010 101 1010 100110111 110111 1001110

Color Harmonies of #E6AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AADB

Black with #E6AADB

Text Example


Text Example

White with #E6AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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