Html Css Color HEX #E9AAD6 French Lilac

📋 copy color: '#E9AAD6'

red 233 ◦ green 170 ◦ blue 214

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

Shades of French Lilac #E9AAD6

Tints of French Lilac #E9AAD6

RGB

 RED value IS 233 (91.41% from 255) = 37.76%

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

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 37.76%
G = 27.55%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E9AAD6 (or 0xE9AAD6) is known color: French Lilac. HEX triplet: E9, AA and D6. RGB value is (233,170,214). Sum of RGB (Red+Green+Blue) = 233+170+214=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AAD6 is #165529. Grayscale: #C1C1C1. Windows color (decimal): -1463594 or 14068457. OLE color: 14068457.

HSL color Cylindrical-coordinate representation of color #E9AAD6: hue angle of 318.1º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9AAD6 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 170 214 -
CMYK 0 0.27 0.08 0.09
HSL 318.1º 0.59% 0.79% -
HSV(B) 318.1º 0.27% 0.91% -
XYZ 60.12 50.93 70.28 -
YUV 193.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 233 170 214 0 0.27 0.08 0.09 318.1 0.59 0.79
Hex E9 AA D6 0 1B 8 9 13E 3B 4F
Octal 351 252 326 0 33 10 11 476 73 117
Binary 11101001 10101010 11010110 0 11011 1000 1001 100111110 111011 1001111

Color Harmonies of #E9AAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AAD6

Black with #E9AAD6

Text Example


Text Example

White with #E9AAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AAD6; }

 p { color: rgb(233,170,214); }

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

background-color css

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

 a { background-color: rgb(233,170,214); }

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

border-color css

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

 span { border-color: rgb(233,170,214); }

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