Html Css Color HEX #DCA5D0 French Lilac

📋 copy color: '#DCA5D0'

red 220 ◦ green 165 ◦ blue 208

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

Shades of French Lilac #DCA5D0

Tints of French Lilac #DCA5D0

RGB

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

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

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

R = 37.1%
G = 27.82%
B = 35.08%

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

#DCA5D0 (or 0xDCA5D0) is known color: French Lilac. HEX triplet: DC, A5 and D0. RGB value is (220,165,208). Sum of RGB (Red+Green+Blue) = 220+165+208=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5D0 is #235A2F. Grayscale: #BABABA. Windows color (decimal): -2316848 or 13673948. OLE color: 13673948.

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

Color convert

RGB 220 165 208 -
CMYK 0 0.25 0.05 0.14
HSL 313.09º 0.44% 0.75% -
HSV(B) 313.09º 0.25% 0.86% -
XYZ 54.36 46.68 65.82 -
YUV 186.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 220 165 208 0 0.25 0.05 0.14 313.09 0.44 0.75
Hex DC A5 D0 0 19 5 E 139 2C 4B
Octal 334 245 320 0 31 5 16 471 54 113
Binary 11011100 10100101 11010000 0 11001 101 1110 100111001 101100 1001011

Color Harmonies of #DCA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5D0

Black with #DCA5D0

Text Example


Text Example

White with #DCA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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