Html Css Color HEX #DCA3CF French Lilac

📋 copy color: '#DCA3CF'

red 220 ◦ green 163 ◦ blue 207

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

Shades of French Lilac #DCA3CF

Tints of French Lilac #DCA3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.63%

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

R = 37.29%
G = 27.63%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCA3CF (or 0xDCA3CF) is known color: French Lilac. HEX triplet: DC, A3 and CF. RGB value is (220,163,207). Sum of RGB (Red+Green+Blue) = 220+163+207=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3CF is #235C30. Grayscale: #B8B8B8. Windows color (decimal): -2317361 or 13607900. OLE color: 13607900.

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

Color convert

RGB 220 163 207 -
CMYK 0 0.26 0.06 0.14
HSL 313.68º 0.45% 0.75% -
HSV(B) 313.68º 0.26% 0.86% -
XYZ 53.87 45.92 65.05 -
YUV 185.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 220 163 207 0 0.26 0.06 0.14 313.68 0.45 0.75
Hex DC A3 CF 0 1A 6 E 13A 2D 4B
Octal 334 243 317 0 32 6 16 472 55 113
Binary 11011100 10100011 11001111 0 11010 110 1110 100111010 101101 1001011

Color Harmonies of #DCA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA3CF

Black with #DCA3CF

Text Example


Text Example

White with #DCA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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