Html Css Color HEX #E6AEDA French Lilac

📋 copy color: '#E6AEDA'

red 230 ◦ green 174 ◦ blue 218

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

Shades of French Lilac #E6AEDA

Tints of French Lilac #E6AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.97%

 BLUE value IS 218 (85.55% from 255) = 35.05%

R = 36.98%
G = 27.97%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6AEDA (or 0xE6AEDA) is known color: French Lilac. HEX triplet: E6, AE and DA. RGB value is (230,174,218). Sum of RGB (Red+Green+Blue) = 230+174+218=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEDA is #195125. Grayscale: #C3C3C3. Windows color (decimal): -1659174 or 14331622. OLE color: 14331622.

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

Color convert

RGB 230 174 218 -
CMYK 0 0.24 0.05 0.10
HSL 312.86º 0.53% 0.79% -
HSV(B) 312.86º 0.24% 0.9% -
XYZ 60.42 52.16 73.21 -
YUV 195.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 230 174 218 0 0.24 0.05 0.10 312.86 0.53 0.79
Hex E6 AE DA 0 18 5 A 139 35 4F
Octal 346 256 332 0 30 5 12 471 65 117
Binary 11100110 10101110 11011010 0 11000 101 1010 100111001 110101 1001111

Color Harmonies of #E6AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEDA

Black with #E6AEDA

Text Example


Text Example

White with #E6AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEDA; }

 p { color: rgb(230,174,218); }

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

background-color css

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

 a { background-color: rgb(230,174,218); }

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

border-color css

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

 span { border-color: rgb(230,174,218); }

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