#DCAED6

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

Shades of French Lilac #DCAED6

Tints of French Lilac #DCAED6

Color information

#DCAED6 (or 0xDCAED6) is unknown color: approx French Lilac. HEX triplet: DC, AE and D6. RGB value is (220,174,214). Sum of RGB (Red+Green+Blue) = 220+174+214=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAED6 is #235129. Grayscale: #C0C0C0. Windows color (decimal): -2314538 or 14069468. OLE color: 14069468.

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

Color convert

RGB220174214-
CMYK00.210.030.14
HSL307.83º39.66%77.25%-
HSV(B)307.83º20.91%86.27%-
XYZ56.7950.3470.34-
YUV192.31140.24147.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 214 (83.98% from 255) = 35.20%
R=36.18%
G=28.62%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017421400.210.030.14307.8339.6677.25
HexDCAED60153E134284d
Octal33425632602531646450115
Binary1101110010101110110101100101011111101001101001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAED6; }

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

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

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

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

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

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

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

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