#DCABD3

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

Shades of French Lilac #DCABD3

Tints of French Lilac #DCABD3

Color information

#DCABD3 (or 0xDCABD3) is unknown color: approx French Lilac. HEX triplet: DC, AB and D3. RGB value is (220,171,211). Sum of RGB (Red+Green+Blue) = 220+171+211=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABD3 is #23542C. Grayscale: #BEBEBE. Windows color (decimal): -2315309 or 13872092. OLE color: 13872092.

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

Color convert

RGB220171211-
CMYK00.220.040.14
HSL311.02º41.18%76.67%-
HSV(B)311.02º22.27%86.27%-
XYZ55.8449.0468.15-
YUV190.21139.73149.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=36.54%
G=28.41%
B=35.05%

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
Decimal22017121100.220.040.14311.0241.1876.67
HexDCABD30164E137294d
Octal33425332302641646751115
Binary11011100101010111101001101011010011101001101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABD3; }

 p { color: rgb(220,171,211); }

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

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

 a { background-color: rgb(220,171,211); }

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

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

 span { border-color: rgb(220,171,211); }

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