Html Css Color HEX #DCA9CE French Lilac

📋 copy color: '#DCA9CE'

red 220 ◦ green 169 ◦ blue 206

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

Shades of French Lilac #DCA9CE

Tints of French Lilac #DCA9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 36.97%
G = 28.4%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DCA9CE (or 0xDCA9CE) is known color: French Lilac. HEX triplet: DC, A9 and CE. RGB value is (220,169,206). Sum of RGB (Red+Green+Blue) = 220+169+206=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9CE is #235631. Grayscale: #BCBCBC. Windows color (decimal): -2315826 or 13543900. OLE color: 13543900.

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

Color convert

RGB 220 169 206 -
CMYK 0 0.23 0.06 0.14
HSL 316.47º 0.42% 0.76% -
HSV(B) 316.47º 0.23% 0.86% -
XYZ 54.84 48.05 64.78 -
YUV 188.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 220 169 206 0 0.23 0.06 0.14 316.47 0.42 0.76
Hex DC A9 CE 0 17 6 E 13C 2A 4C
Octal 334 251 316 0 27 6 16 474 52 114
Binary 11011100 10101001 11001110 0 10111 110 1110 100111100 101010 1001100

Color Harmonies of #DCA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9CE

Black with #DCA9CE

Text Example


Text Example

White with #DCA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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