Html Css Color HEX #D6AACD French Lilac

📋 copy color: '#D6AACD'

red 214 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #D6AACD

Tints of French Lilac #D6AACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.86%

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

R = 36.33%
G = 28.86%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6AACD (or 0xD6AACD) is known color: French Lilac. HEX triplet: D6, AA and CD. RGB value is (214,170,205). Sum of RGB (Red+Green+Blue) = 214+170+205=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AACD is #295532. Grayscale: #BBBBBB. Windows color (decimal): -2708787 or 13478614. OLE color: 13478614.

HSL color Cylindrical-coordinate representation of color #D6AACD: hue angle of 312.27º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AACD is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 205 -
CMYK 0 0.21 0.04 0.16
HSL 312.27º 0.35% 0.75% -
HSV(B) 312.27º 0.21% 0.84% -
XYZ 53.13 47.45 64.12 -
YUV 187.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 214 170 205 0 0.21 0.04 0.16 312.27 0.35 0.75
Hex D6 AA CD 0 15 4 10 138 23 4B
Octal 326 252 315 0 25 4 20 470 43 113
Binary 11010110 10101010 11001101 0 10101 100 10000 100111000 100011 1001011

Color Harmonies of #D6AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AACD

Black with #D6AACD

Text Example


Text Example

White with #D6AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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