Html Css Color HEX #D6AACF French Lilac

📋 copy color: '#D6AACF'

red 214 ◦ green 170 ◦ blue 207

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

Shades of French Lilac #D6AACF

Tints of French Lilac #D6AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 36.21%
G = 28.76%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6AACF (or 0xD6AACF) is known color: French Lilac. HEX triplet: D6, AA and CF. RGB value is (214,170,207). Sum of RGB (Red+Green+Blue) = 214+170+207=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AACF is #295530. Grayscale: #BBBBBB. Windows color (decimal): -2708785 or 13609686. OLE color: 13609686.

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

Color convert

RGB 214 170 207 -
CMYK 0 0.21 0.03 0.16
HSL 309.55º 0.35% 0.75% -
HSV(B) 309.55º 0.21% 0.84% -
XYZ 53.37 47.55 65.4 -
YUV 187.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 214 170 207 0 0.21 0.03 0.16 309.55 0.35 0.75
Hex D6 AA CF 0 15 3 10 136 23 4B
Octal 326 252 317 0 25 3 20 466 43 113
Binary 11010110 10101010 11001111 0 10101 11 10000 100110110 100011 1001011

Color Harmonies of #D6AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AACF

Black with #D6AACF

Text Example


Text Example

White with #D6AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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