#DCAED2

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

Shades of French Lilac #DCAED2

Tints of French Lilac #DCAED2

Color information

#DCAED2 (or 0xDCAED2) is unknown color: approx French Lilac. HEX triplet: DC, AE and D2. RGB value is (220,174,210). Sum of RGB (Red+Green+Blue) = 220+174+210=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAED2 is #23512D. Grayscale: #BFBFBF. Windows color (decimal): -2314542 or 13807324. OLE color: 13807324.

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

Color convert

RGB220174210-
CMYK00.210.050.14
HSL313.04º39.66%77.25%-
HSV(B)313.04º20.91%86.27%-
XYZ56.2850.1467.68-
YUV191.86138.24148.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=36.42%
G=28.81%
B=34.77%

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
Decimal22017421000.210.050.14313.0439.6677.25
HexDCAED20155E139284d
Octal33425632202551647150115
Binary11011100101011101101001001010110111101001110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAED2; }

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

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

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

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

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

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

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

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