#DCABD4

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

Shades of French Lilac #DCABD4

Tints of French Lilac #DCABD4

Color information

#DCABD4 (or 0xDCABD4) is unknown color: approx French Lilac. HEX triplet: DC, AB and D4. RGB value is (220,171,212). Sum of RGB (Red+Green+Blue) = 220+171+212=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABD4 is #23542B. Grayscale: #BEBEBE. Windows color (decimal): -2315308 or 13937628. OLE color: 13937628.

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

Color convert

RGB220171212-
CMYK00.220.040.14
HSL309.8º41.18%76.67%-
HSV(B)309.8º22.27%86.27%-
XYZ55.9649.0968.81-
YUV190.32140.23149.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=36.48%
G=28.36%
B=35.16%

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
Decimal22017121200.220.040.14309.841.1876.67
HexDCABD40164E136294d
Octal33425332402641646651115
Binary11011100101010111101010001011010011101001101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABD4; }

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

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

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

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

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

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

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

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