Html Css Color HEX #D6AED3 French Lilac

📋 copy color: '#D6AED3'

red 214 ◦ green 174 ◦ blue 211

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

Shades of French Lilac #D6AED3

Tints of French Lilac #D6AED3

RGB

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

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

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

R = 35.73%
G = 29.05%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6AED3 (or 0xD6AED3) is known color: French Lilac. HEX triplet: D6, AE and D3. RGB value is (214,174,211). Sum of RGB (Red+Green+Blue) = 214+174+211=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AED3 is #29512C. Grayscale: #BEBEBE. Windows color (decimal): -2707757 or 13872854. OLE color: 13872854.

HSL color Cylindrical-coordinate representation of color #D6AED3: hue angle of 304.5º 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 #D6AED3 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 211 -
CMYK 0 0.19 0.01 0.16
HSL 304.5º 0.33% 0.76% -
HSV(B) 304.5º 0.19% 0.84% -
XYZ 54.63 49.27 68.26 -
YUV 190.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 214 174 211 0 0.19 0.01 0.16 304.5 0.33 0.76
Hex D6 AE D3 0 13 1 10 130 21 4C
Octal 326 256 323 0 23 1 20 460 41 114
Binary 11010110 10101110 11010011 0 10011 1 10000 100110000 100001 1001100

Color Harmonies of #D6AED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AED3

Black with #D6AED3

Text Example


Text Example

White with #D6AED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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