Html Css Color HEX #D6AECD French Lilac

📋 copy color: '#D6AECD'

red 214 ◦ green 174 ◦ blue 205

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

Shades of French Lilac #D6AECD

Tints of French Lilac #D6AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.57%

R = 36.09%
G = 29.34%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6AECD (or 0xD6AECD) is known color: French Lilac. HEX triplet: D6, AE and CD. RGB value is (214,174,205). Sum of RGB (Red+Green+Blue) = 214+174+205=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AECD is #295132. Grayscale: #BDBDBD. Windows color (decimal): -2707763 or 13479638. OLE color: 13479638.

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

Color convert

RGB 214 174 205 -
CMYK 0 0.19 0.04 0.16
HSL 313.5º 0.33% 0.76% -
HSV(B) 313.5º 0.19% 0.84% -
XYZ 53.89 48.98 64.37 -
YUV 189.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 214 174 205 0 0.19 0.04 0.16 313.5 0.33 0.76
Hex D6 AE CD 0 13 4 10 13A 21 4C
Octal 326 256 315 0 23 4 20 472 41 114
Binary 11010110 10101110 11001101 0 10011 100 10000 100111010 100001 1001100

Color Harmonies of #D6AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AECD

Black with #D6AECD

Text Example


Text Example

White with #D6AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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