#DCACD1

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

Shades of French Lilac #DCACD1

Tints of French Lilac #DCACD1

Color information

#DCACD1 (or 0xDCACD1) is unknown color: approx French Lilac. HEX triplet: DC, AC and D1. RGB value is (220,172,209). Sum of RGB (Red+Green+Blue) = 220+172+209=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD1 is #23532E. Grayscale: #BEBEBE. Windows color (decimal): -2315055 or 13741276. OLE color: 13741276.

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

Color convert

RGB220172209-
CMYK00.220.050.14
HSL313.75º40.68%76.86%-
HSV(B)313.75º21.82%86.27%-
XYZ55.7849.3266.9-
YUV190.57138.4148.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=36.61%
G=28.62%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017220900.220.050.14313.7540.6876.86
HexDCACD10165E13a294d
Octal33425432102651647251115
Binary11011100101011001101000101011010111101001110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACD1; }

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

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

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

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

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

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

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

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