Html Css Color HEX #DCA6D0 French Lilac

📋 copy color: '#DCA6D0'

red 220 ◦ green 166 ◦ blue 208

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

Shades of French Lilac #DCA6D0

Tints of French Lilac #DCA6D0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.95%

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 37.04%
G = 27.95%
B = 35.02%

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

#DCA6D0 (or 0xDCA6D0) is known color: French Lilac. HEX triplet: DC, A6 and D0. RGB value is (220,166,208). Sum of RGB (Red+Green+Blue) = 220+166+208=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6D0 is #23592F. Grayscale: #BABABA. Windows color (decimal): -2316592 or 13674204. OLE color: 13674204.

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

Color convert

RGB 220 166 208 -
CMYK 0 0.25 0.05 0.14
HSL 313.33º 0.44% 0.76% -
HSV(B) 313.33º 0.25% 0.86% -
XYZ 54.54 47.04 65.88 -
YUV 186.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 220 166 208 0 0.25 0.05 0.14 313.33 0.44 0.76
Hex DC A6 D0 0 19 5 E 139 2C 4C
Octal 334 246 320 0 31 5 16 471 54 114
Binary 11011100 10100110 11010000 0 11001 101 1110 100111001 101100 1001100

Color Harmonies of #DCA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA6D0

Black with #DCA6D0

Text Example


Text Example

White with #DCA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA6D0; }

 p { color: rgb(220,166,208); }

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

background-color css

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

 a { background-color: rgb(220,166,208); }

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

border-color css

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

 span { border-color: rgb(220,166,208); }

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