#DCAED9

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

Shades of French Lilac #DCAED9

Tints of French Lilac #DCAED9

Color information

#DCAED9 (or 0xDCAED9) is unknown color: approx French Lilac. HEX triplet: DC, AE and D9. RGB value is (220,174,217). Sum of RGB (Red+Green+Blue) = 220+174+217=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAED9 is #235126. Grayscale: #C0C0C0. Windows color (decimal): -2314535 or 14266076. OLE color: 14266076.

HSL color Cylindrical-coordinate representation of color #DCAED9: hue angle of 303.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAED9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220174217-
CMYK00.210.010.14
HSL303.91º39.66%77.25%-
HSV(B)303.91º20.91%86.27%-
XYZ57.1850.572.38-
YUV192.66141.74147.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 217 (85.16% from 255) = 35.52%
R=36.01%
G=28.48%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017421700.210.010.14303.9139.6677.25
HexDCAED90151E130284d
Octal33425633102511646050115
Binary110111001010111011011001010101111101001100001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAED9; }

 p { color: rgb(220,174,217); }

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

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

 a { background-color: rgb(220,174,217); }

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

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

 span { border-color: rgb(220,174,217); }

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