#DCAAD7

Color #DCAAD7 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DCAAD7

Tints of French Lilac #DCAAD7

Color information

#DCAAD7 (or 0xDCAAD7) is unknown color: approx French Lilac. HEX triplet: DC, AA and D7. RGB value is (220,170,215). Sum of RGB (Red+Green+Blue) = 220+170+215=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAD7 is #235528. Grayscale: #BDBDBD. Windows color (decimal): -2315561 or 14133980. OLE color: 14133980.

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

Color convert

RGB220170215-
CMYK00.230.020.14
HSL306º41.67%76.47%-
HSV(B)306º22.73%86.27%-
XYZ56.1648.8770.76-
YUV190.08142.06149.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=36.36%
G=28.10%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017021500.230.020.1430641.6776.47
HexDCAAD70172E1322a4c
Octal33425232702721646252114
Binary1101110010101010110101110101111011101001100101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAD7; }

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

 H1.HeaderClassName
 {
   color: #DCAAD7;
 }
 .AnyTagClassName
 {
   color: #DCAAD7;
 }
</style>
background-color css

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

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

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

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

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

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