Html Css Color HEX #DCA5D1 French Lilac

📋 copy color: '#DCA5D1'

red 220 ◦ green 165 ◦ blue 209

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

Shades of French Lilac #DCA5D1

Tints of French Lilac #DCA5D1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.78%

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

R = 37.04%
G = 27.78%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCA5D1 (or 0xDCA5D1) is known color: French Lilac. HEX triplet: DC, A5 and D1. RGB value is (220,165,209). Sum of RGB (Red+Green+Blue) = 220+165+209=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5D1 is #235A2E. Grayscale: #BABABA. Windows color (decimal): -2316847 or 13739484. OLE color: 13739484.

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

Color convert

RGB 220 165 209 -
CMYK 0 0.25 0.05 0.14
HSL 312º 0.44% 0.75% -
HSV(B) 312º 0.25% 0.86% -
XYZ 54.48 46.73 66.47 -
YUV 186.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 220 165 209 0 0.25 0.05 0.14 312 0.44 0.75
Hex DC A5 D1 0 19 5 E 138 2C 4B
Octal 334 245 321 0 31 5 16 470 54 113
Binary 11011100 10100101 11010001 0 11001 101 1110 100111000 101100 1001011

Color Harmonies of #DCA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5D1

Black with #DCA5D1

Text Example


Text Example

White with #DCA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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