Html Css Color HEX #D6AED6 French Lilac

📋 copy color: '#D6AED6'

red 214 ◦ green 174 ◦ blue 214

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

Shades of French Lilac #D6AED6

Tints of French Lilac #D6AED6

RGB

 RED value IS 214 (83.98% from 255) = 35.55%

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

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

R = 35.55%
G = 28.9%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6AED6 (or 0xD6AED6) is known color: French Lilac. HEX triplet: D6, AE and D6. RGB value is (214,174,214). Sum of RGB (Red+Green+Blue) = 214+174+214=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AED6 is #295129. Grayscale: #BEBEBE. Windows color (decimal): -2707754 or 14069462. OLE color: 14069462.

HSL color Cylindrical-coordinate representation of color #D6AED6: hue angle of 300º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AED6 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 214 -
CMYK 0 0.19 0 0.16
HSL 300º 0.33% 0.76% -
HSV(B) 300º 0.19% 0.84% -
XYZ 55.01 49.42 70.26 -
YUV 190.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 214 174 214 0 0.19 0 0.16 300 0.33 0.76
Hex D6 AE D6 0 13 0 10 12C 21 4C
Octal 326 256 326 0 23 0 20 454 41 114
Binary 11010110 10101110 11010110 0 10011 0 10000 100101100 100001 1001100

Color Harmonies of #D6AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AED6

Black with #D6AED6

Text Example


Text Example

White with #D6AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AED6; }

 p { color: rgb(214,174,214); }

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

background-color css

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

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

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

border-color css

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

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

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