Html Css Color HEX #DCA4D0 French Lilac

📋 copy color: '#DCA4D0'

red 220 ◦ green 164 ◦ blue 208

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

Shades of French Lilac #DCA4D0

Tints of French Lilac #DCA4D0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.7%

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

R = 37.16%
G = 27.7%
B = 35.14%

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

#DCA4D0 (or 0xDCA4D0) is known color: French Lilac. HEX triplet: DC, A4 and D0. RGB value is (220,164,208). Sum of RGB (Red+Green+Blue) = 220+164+208=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4D0 is #235B2F. Grayscale: #B9B9B9. Windows color (decimal): -2317104 or 13673692. OLE color: 13673692.

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

Color convert

RGB 220 164 208 -
CMYK 0 0.25 0.05 0.14
HSL 312.86º 0.44% 0.75% -
HSV(B) 312.86º 0.25% 0.86% -
XYZ 54.18 46.32 65.76 -
YUV 185.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 220 164 208 0 0.25 0.05 0.14 312.86 0.44 0.75
Hex DC A4 D0 0 19 5 E 139 2C 4B
Octal 334 244 320 0 31 5 16 471 54 113
Binary 11011100 10100100 11010000 0 11001 101 1110 100111001 101100 1001011

Color Harmonies of #DCA4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA4D0

Black with #DCA4D0

Text Example


Text Example

White with #DCA4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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