Html Css Color HEX #DCA9D1 French Lilac

📋 copy color: '#DCA9D1'

red 220 ◦ green 169 ◦ blue 209

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

Shades of French Lilac #DCA9D1

Tints of French Lilac #DCA9D1

RGB

 RED value IS 220 (86.33% from 255) = 36.79%

 GREEN value IS 169 (66.41% from 255) = 28.26%

 BLUE value IS 209 (82.03% from 255) = 34.95%

R = 36.79%
G = 28.26%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCA9D1 (or 0xDCA9D1) is known color: French Lilac. HEX triplet: DC, A9 and D1. RGB value is (220,169,209). Sum of RGB (Red+Green+Blue) = 220+169+209=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9D1 is #23562E. Grayscale: #BCBCBC. Windows color (decimal): -2315823 or 13740508. OLE color: 13740508.

HSL color Cylindrical-coordinate representation of color #DCA9D1: hue angle of 312.94º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9D1 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 169 209 -
CMYK 0 0.23 0.05 0.14
HSL 312.94º 0.42% 0.76% -
HSV(B) 312.94º 0.23% 0.86% -
XYZ 55.21 48.2 66.71 -
YUV 188.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 220 169 209 0 0.23 0.05 0.14 312.94 0.42 0.76
Hex DC A9 D1 0 17 5 E 139 2A 4C
Octal 334 251 321 0 27 5 16 471 52 114
Binary 11011100 10101001 11010001 0 10111 101 1110 100111001 101010 1001100

Color Harmonies of #DCA9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9D1

Black with #DCA9D1

Text Example


Text Example

White with #DCA9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9D1; }

 p { color: rgb(220,169,209); }

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

background-color css

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

 a { background-color: rgb(220,169,209); }

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

border-color css

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

 span { border-color: rgb(220,169,209); }

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