#DCAAD0

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

Shades of French Lilac #DCAAD0

Tints of French Lilac #DCAAD0

Color information

#DCAAD0 (or 0xDCAAD0) is unknown color: approx French Lilac. HEX triplet: DC, AA and D0. RGB value is (220,170,208). Sum of RGB (Red+Green+Blue) = 220+170+208=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAD0 is #23552F. Grayscale: #BDBDBD. Windows color (decimal): -2315568 or 13675228. OLE color: 13675228.

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

Color convert

RGB220170208-
CMYK00.230.050.14
HSL314.4º41.67%76.47%-
HSV(B)314.4º22.73%86.27%-
XYZ55.2848.5266.13-
YUV189.28138.56149.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=36.79%
G=28.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017020800.230.050.14314.441.6776.47
HexDCAAD00175E13a2a4c
Octal33425232002751647252114
Binary11011100101010101101000001011110111101001110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAD0; }

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

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

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

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

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

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

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

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