Html Css Color HEX #E6A6D3 French Lilac

📋 copy color: '#E6A6D3'

red 230 ◦ green 166 ◦ blue 211

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

Shades of French Lilac #E6A6D3

Tints of French Lilac #E6A6D3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.35%

 BLUE value IS 211 (82.81% from 255) = 34.76%

R = 37.89%
G = 27.35%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E6A6D3 (or 0xE6A6D3) is known color: French Lilac. HEX triplet: E6, A6 and D3. RGB value is (230,166,211). Sum of RGB (Red+Green+Blue) = 230+166+211=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A6D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A6D3 is #19592C. Grayscale: #BEBEBE. Windows color (decimal): -1661229 or 13870822. OLE color: 13870822.

HSL color Cylindrical-coordinate representation of color #E6A6D3: hue angle of 317.81º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6A6D3 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 166 211 -
CMYK 0 0.28 0.08 0.10
HSL 317.81º 0.56% 0.78% -
HSV(B) 317.81º 0.28% 0.9% -
XYZ 58.03 48.8 67.99 -
YUV 190.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 230 166 211 0 0.28 0.08 0.10 317.81 0.56 0.78
Hex E6 A6 D3 0 1C 8 A 13E 38 4E
Octal 346 246 323 0 34 10 12 476 70 116
Binary 11100110 10100110 11010011 0 11100 1000 1010 100111110 111000 1001110

Color Harmonies of #E6A6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A6D3

Black with #E6A6D3

Text Example


Text Example

White with #E6A6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A6D3; }

 p { color: rgb(230,166,211); }

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

background-color css

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

 a { background-color: rgb(230,166,211); }

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

border-color css

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

 span { border-color: rgb(230,166,211); }

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