Html Css Color HEX #D6AED4 French Lilac

📋 copy color: '#D6AED4'

red 214 ◦ green 174 ◦ blue 212

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

Shades of French Lilac #D6AED4

Tints of French Lilac #D6AED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.33%

R = 35.67%
G = 29%
B = 35.33%

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

#D6AED4 (or 0xD6AED4) is known color: French Lilac. HEX triplet: D6, AE and D4. RGB value is (214,174,212). Sum of RGB (Red+Green+Blue) = 214+174+212=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AED4 is #29512B. Grayscale: #BEBEBE. Windows color (decimal): -2707756 or 13938390. OLE color: 13938390.

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

Color convert

RGB 214 174 212 -
CMYK 0 0.19 0.01 0.16
HSL 303º 0.33% 0.76% -
HSV(B) 303º 0.19% 0.84% -
XYZ 54.75 49.32 68.92 -
YUV 190.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 214 174 212 0 0.19 0.01 0.16 303 0.33 0.76
Hex D6 AE D4 0 13 1 10 12F 21 4C
Octal 326 256 324 0 23 1 20 457 41 114
Binary 11010110 10101110 11010100 0 10011 1 10000 100101111 100001 1001100

Color Harmonies of #D6AED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AED4

Black with #D6AED4

Text Example


Text Example

White with #D6AED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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