Html Css Color HEX #DCA5CF French Lilac

📋 copy color: '#DCA5CF'

red 220 ◦ green 165 ◦ blue 207

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

Shades of French Lilac #DCA5CF

Tints of French Lilac #DCA5CF

RGB

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

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

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

R = 37.16%
G = 27.87%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCA5CF (or 0xDCA5CF) is known color: French Lilac. HEX triplet: DC, A5 and CF. RGB value is (220,165,207). Sum of RGB (Red+Green+Blue) = 220+165+207=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5CF is #235A30. Grayscale: #BABABA. Windows color (decimal): -2316849 or 13608412. OLE color: 13608412.

HSL color Cylindrical-coordinate representation of color #DCA5CF: hue angle of 314.18º 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 #DCA5CF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 207 -
CMYK 0 0.25 0.06 0.14
HSL 314.18º 0.44% 0.75% -
HSV(B) 314.18º 0.25% 0.86% -
XYZ 54.23 46.63 65.17 -
YUV 186.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 220 165 207 0 0.25 0.06 0.14 314.18 0.44 0.75
Hex DC A5 CF 0 19 6 E 13A 2C 4B
Octal 334 245 317 0 31 6 16 472 54 113
Binary 11011100 10100101 11001111 0 11001 110 1110 100111010 101100 1001011

Color Harmonies of #DCA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5CF

Black with #DCA5CF

Text Example


Text Example

White with #DCA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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