#DCBAD3

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

Shades of French Lilac #DCBAD3

Tints of French Lilac #DCBAD3

Color information

#DCBAD3 (or 0xDCBAD3) is unknown color: approx French Lilac. HEX triplet: DC, BA and D3. RGB value is (220,186,211). Sum of RGB (Red+Green+Blue) = 220+186+211=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD3 is #23452C. Grayscale: #C6C6C6. Windows color (decimal): -2311469 or 13875932. OLE color: 13875932.

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

Color convert

RGB220186211-
CMYK00.150.040.14
HSL315.88º32.69%79.61%-
HSV(B)315.88º15.45%86.27%-
XYZ58.8355.0469.15-
YUV199.02134.76142.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=35.66%
G=30.15%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018621100.150.040.14315.8832.6979.61
HexDCBAD30F4E13c2150
Octal33427232301741647441120
Binary1101110010111010110100110111110011101001111001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAD3; }

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

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

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

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

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

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

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

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