#DCADDA

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

Shades of French Lilac #DCADDA

Tints of French Lilac #DCADDA

Color information

#DCADDA (or 0xDCADDA) is unknown color: approx French Lilac. HEX triplet: DC, AD and DA. RGB value is (220,173,218). Sum of RGB (Red+Green+Blue) = 220+173+218=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDA is #235225. Grayscale: #C0C0C0. Windows color (decimal): -2314790 or 14331356. OLE color: 14331356.

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

Color convert

RGB220173218-
CMYK00.210.010.14
HSL302.55º40.17%77.06%-
HSV(B)302.55º21.36%86.27%-
XYZ57.1150.1673-
YUV192.18142.57147.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=36.01%
G=28.31%
B=35.68%

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
Decimal22017321800.210.010.14302.5540.1777.06
HexDCADDA0151E12f284d
Octal33425533202511645750115
Binary110111001010110111011010010101111101001011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADDA; }

 p { color: rgb(220,173,218); }

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

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

 a { background-color: rgb(220,173,218); }

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

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

 span { border-color: rgb(220,173,218); }

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