#DCAAD6

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

Shades of French Lilac #DCAAD6

Tints of French Lilac #DCAAD6

Color information

#DCAAD6 (or 0xDCAAD6) is unknown color: approx French Lilac. HEX triplet: DC, AA and D6. RGB value is (220,170,214). Sum of RGB (Red+Green+Blue) = 220+170+214=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAD6 is #235529. Grayscale: #BDBDBD. Windows color (decimal): -2315562 or 14068444. OLE color: 14068444.

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

Color convert

RGB220170214-
CMYK00.230.030.14
HSL307.2º41.67%76.47%-
HSV(B)307.2º22.73%86.27%-
XYZ56.0348.8270.09-
YUV189.97141.56149.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=36.42%
G=28.15%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017021400.230.030.14307.241.6776.47
HexDCAAD60173E1332a4c
Octal33425232602731646352114
Binary1101110010101010110101100101111111101001100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAD6; }

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

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

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

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

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

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

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

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