Html Css Color HEX #DCA9D2 French Lilac

📋 copy color: '#DCA9D2'

red 220 ◦ green 169 ◦ blue 210

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

Shades of French Lilac #DCA9D2

Tints of French Lilac #DCA9D2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.21%

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 36.73%
G = 28.21%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCA9D2 (or 0xDCA9D2) is known color: French Lilac. HEX triplet: DC, A9 and D2. RGB value is (220,169,210). Sum of RGB (Red+Green+Blue) = 220+169+210=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9D2 is #23562D. Grayscale: #BCBCBC. Windows color (decimal): -2315822 or 13806044. OLE color: 13806044.

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

Color convert

RGB 220 169 210 -
CMYK 0 0.23 0.05 0.14
HSL 311.76º 0.42% 0.76% -
HSV(B) 311.76º 0.23% 0.86% -
XYZ 55.34 48.24 67.37 -
YUV 188.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 220 169 210 0 0.23 0.05 0.14 311.76 0.42 0.76
Hex DC A9 D2 0 17 5 E 138 2A 4C
Octal 334 251 322 0 27 5 16 470 52 114
Binary 11011100 10101001 11010010 0 10111 101 1110 100111000 101010 1001100

Color Harmonies of #DCA9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9D2

Black with #DCA9D2

Text Example


Text Example

White with #DCA9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9D2; }

 p { color: rgb(220,169,210); }

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

background-color css

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

 a { background-color: rgb(220,169,210); }

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

border-color css

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

 span { border-color: rgb(220,169,210); }

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