Html Css Color HEX #DCAACD French Lilac

📋 copy color: '#DCAACD'

red 220 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #DCAACD

Tints of French Lilac #DCAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.57%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 36.97%
G = 28.57%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCAACD (or 0xDCAACD) is known color: French Lilac. HEX triplet: DC, AA and CD. RGB value is (220,170,205). Sum of RGB (Red+Green+Blue) = 220+170+205=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAACD is #235532. Grayscale: #BCBCBC. Windows color (decimal): -2315571 or 13478620. OLE color: 13478620.

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

Color convert

RGB 220 170 205 -
CMYK 0 0.23 0.07 0.14
HSL 318º 0.42% 0.76% -
HSV(B) 318º 0.23% 0.86% -
XYZ 54.91 48.37 64.2 -
YUV 188.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 220 170 205 0 0.23 0.07 0.14 318 0.42 0.76
Hex DC AA CD 0 17 7 E 13E 2A 4C
Octal 334 252 315 0 27 7 16 476 52 114
Binary 11011100 10101010 11001101 0 10111 111 1110 100111110 101010 1001100

Color Harmonies of #DCAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAACD

Black with #DCAACD

Text Example


Text Example

White with #DCAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAACD; }

 p { color: rgb(220,170,205); }

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

background-color css

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

 a { background-color: rgb(220,170,205); }

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

border-color css

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

 span { border-color: rgb(220,170,205); }

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