#DCA8D5

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

Shades of French Lilac #DCA8D5

Tints of French Lilac #DCA8D5

Color information

#DCA8D5 (or 0xDCA8D5) is unknown color: approx French Lilac. HEX triplet: DC, A8 and D5. RGB value is (220,168,213). Sum of RGB (Red+Green+Blue) = 220+168+213=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8D5 is #23572A. Grayscale: #BCBCBC. Windows color (decimal): -2316075 or 14002396. OLE color: 14002396.

HSL color Cylindrical-coordinate representation of color #DCA8D5: hue angle of 308.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8D5 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220168213-
CMYK00.240.030.14
HSL308.08º42.62%76.08%-
HSV(B)308.08º23.64%86.27%-
XYZ55.5348.0369.29-
YUV188.68141.73150.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=36.61%
G=27.95%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016821300.240.030.14308.0842.6276.08
HexDCA8D50183E1342b4c
Octal33425032503031646453114
Binary1101110010101000110101010110001111101001101001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8D5; }

 p { color: rgb(220,168,213); }

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

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

 a { background-color: rgb(220,168,213); }

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

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

 span { border-color: rgb(220,168,213); }

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