#DCA7CE

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

Shades of French Lilac #DCA7CE

Tints of French Lilac #DCA7CE

Color information

#DCA7CE (or 0xDCA7CE) is unknown color: approx French Lilac. HEX triplet: DC, A7 and CE. RGB value is (220,167,206). Sum of RGB (Red+Green+Blue) = 220+167+206=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7CE is #235831. Grayscale: #BBBBBB. Windows color (decimal): -2316338 or 13543388. OLE color: 13543388.

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

Color convert

RGB220167206-
CMYK00.240.060.14
HSL315.85º43.09%75.88%-
HSV(B)315.85º24.09%86.27%-
XYZ54.4747.3164.65-
YUV187.29138.56151.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 167 (65.62% from 255) = 28.16%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=37.10%
G=28.16%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016720600.240.060.14315.8543.0975.88
HexDCA7CE0186E13c2b4c
Octal33424731603061647453114
Binary11011100101001111100111001100011011101001111001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7CE; }

 p { color: rgb(220,167,206); }

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

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

 a { background-color: rgb(220,167,206); }

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

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

 span { border-color: rgb(220,167,206); }

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