#DCAED1

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

Shades of French Lilac #DCAED1

Tints of French Lilac #DCAED1

Color information

#DCAED1 (or 0xDCAED1) is unknown color: approx French Lilac. HEX triplet: DC, AE and D1. RGB value is (220,174,209). Sum of RGB (Red+Green+Blue) = 220+174+209=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAED1 is #23512E. Grayscale: #BFBFBF. Windows color (decimal): -2314543 or 13741788. OLE color: 13741788.

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

Color convert

RGB220174209-
CMYK00.210.050.14
HSL314.35º39.66%77.25%-
HSV(B)314.35º20.91%86.27%-
XYZ56.1650.0967.03-
YUV191.74137.74148.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=36.48%
G=28.86%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017420900.210.050.14314.3539.6677.25
HexDCAED10155E13a284d
Octal33425632102551647250115
Binary11011100101011101101000101010110111101001110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAED1; }

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

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

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

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

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

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

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

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