#DCACD4

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

Shades of French Lilac #DCACD4

Tints of French Lilac #DCACD4

Color information

#DCACD4 (or 0xDCACD4) is unknown color: approx French Lilac. HEX triplet: DC, AC and D4. RGB value is (220,172,212). Sum of RGB (Red+Green+Blue) = 220+172+212=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD4 is #23532B. Grayscale: #BEBEBE. Windows color (decimal): -2315052 or 13937884. OLE color: 13937884.

HSL color Cylindrical-coordinate representation of color #DCACD4: hue angle of 310º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACD4 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220172212-
CMYK00.220.040.14
HSL310º40.68%76.86%-
HSV(B)310º21.82%86.27%-
XYZ56.1549.4768.88-
YUV190.91139.9148.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 212 (83.20% from 255) = 35.10%
R=36.42%
G=28.48%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017221200.220.040.1431040.6876.86
HexDCACD40164E136294d
Octal33425432402641646651115
Binary11011100101011001101010001011010011101001101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACD4; }

 p { color: rgb(220,172,212); }

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

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

 a { background-color: rgb(220,172,212); }

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

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

 span { border-color: rgb(220,172,212); }

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