Html Css Color HEX #E6ADDA French Lilac

📋 copy color: '#E6ADDA'

red 230 ◦ green 173 ◦ blue 218

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

Shades of French Lilac #E6ADDA

Tints of French Lilac #E6ADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.86%

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

R = 37.04%
G = 27.86%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6ADDA (or 0xE6ADDA) is known color: French Lilac. HEX triplet: E6, AD and DA. RGB value is (230,173,218). Sum of RGB (Red+Green+Blue) = 230+173+218=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADDA is #195225. Grayscale: #C3C3C3. Windows color (decimal): -1659430 or 14331366. OLE color: 14331366.

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

Color convert

RGB 230 173 218 -
CMYK 0 0.25 0.05 0.10
HSL 312.63º 0.53% 0.79% -
HSV(B) 312.63º 0.25% 0.9% -
XYZ 60.23 51.77 73.15 -
YUV 195.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 230 173 218 0 0.25 0.05 0.10 312.63 0.53 0.79
Hex E6 AD DA 0 19 5 A 139 35 4F
Octal 346 255 332 0 31 5 12 471 65 117
Binary 11100110 10101101 11011010 0 11001 101 1010 100111001 110101 1001111

Color Harmonies of #E6ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADDA

Black with #E6ADDA

Text Example


Text Example

White with #E6ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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